#392182

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

Shades of Persian Indigo #392182

Tints of Persian Indigo #392182

Color information

#392182 (or 0x392182) is unknown color: approx Persian Indigo. HEX triplet: 39, 21 and 82. RGB value is (57,33,130). Sum of RGB (Red+Green+Blue) = 57+33+130=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #392182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392182 is #C6DE7D. Grayscale: #323232. Windows color (decimal): -13033086 or 8528185. OLE color: 8528185.

HSL color Cylindrical-coordinate representation of color #392182: hue angle of 254.85º 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 #392182 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5733130-
CMYK0.560.7500.49
HSL254.85º59.51%31.96%-
HSV(B)254.85º74.62%50.98%-
XYZ6.263.5721.48-
YUV51.23172.45132.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 130 (51.17% from 255) = 59.09%
R=25.91%
G=15%
B=59.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57331300.560.7500.49254.8559.5131.96
Hex392182384B031ff3c20
Octal7141202701130613777440
Binary111001100001100000101110001001011011000111111111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392182; }

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

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

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

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

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

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

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

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