#3A2186

Color #3A2186 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3A2186

Tints of Persian Indigo #3A2186

Color information

#3A2186 (or 0x3A2186) is unknown color: approx Persian Indigo. HEX triplet: 3A, 21 and 86. RGB value is (58,33,134). Sum of RGB (Red+Green+Blue) = 58+33+134=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A2186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2186 is #C5DE79. Grayscale: #333333. Windows color (decimal): -12967546 or 8790330. OLE color: 8790330.

HSL color Cylindrical-coordinate representation of color #3A2186: hue angle of 254.85º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A2186 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5833134-
CMYK0.570.7500.47
HSL254.85º60.48%32.75%-
HSV(B)254.85º75.37%52.55%-
XYZ6.593.7122.92-
YUV51.99174.28132.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 134 (52.73% from 255) = 59.56%
R=25.78%
G=14.67%
B=59.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58331340.570.7500.47254.8560.4832.75
Hex3A2186394B02Fff3c21
Octal7241206711130573777441
Binary111010100001100001101110011001011010111111111111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2186; }

 p { color: rgb(58,33,134); }

 H1.HeaderClassName
 {
   color: #3A2186;
 }
 .AnyTagClassName
 {
   color: #3A2186;
 }
</style>
background-color css

<style>
 a { background-color: #3A2186; }

 a { background-color: rgb(58,33,134); }

 div.DivClassName
 {
   background-color: #3A2186;
 }
 .BgClassName
 {
   background-color: #3A2186;
 }
</style>
border-color css

<style>
 span { border-color: #3A2186; }

 span { border-color: rgb(58,33,134); }

 td.TdClassName
 {
   border-color: #3A2186;
 }
 .TagClassName
 {
   border-color: #3A2186;
 }
</style>