#3A2182

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

Shades of Persian Indigo #3A2182

Tints of Persian Indigo #3A2182

Color information

#3A2182 (or 0x3A2182) is unknown color: approx Persian Indigo. HEX triplet: 3A, 21 and 82. RGB value is (58,33,130). Sum of RGB (Red+Green+Blue) = 58+33+130=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A2182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2182 is #C5DE7D. Grayscale: #333333. Windows color (decimal): -12967550 or 8528186. OLE color: 8528186.

HSL color Cylindrical-coordinate representation of color #3A2182: hue angle of 255.46º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A2182 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5833130-
CMYK0.550.7500.49
HSL255.46º59.51%31.96%-
HSV(B)255.46º74.62%50.98%-
XYZ6.323.621.48-
YUV51.53172.28132.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 130 (51.17% from 255) = 58.82%
R=26.24%
G=14.93%
B=58.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58331300.550.7500.49255.4659.5131.96
Hex3A2182374B031ff3c20
Octal7241202671130613777440
Binary111010100001100000101101111001011011000111111111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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