#392187

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

Shades of Persian Indigo #392187

Tints of Persian Indigo #392187

Color information

#392187 (or 0x392187) is unknown color: approx Persian Indigo. HEX triplet: 39, 21 and 87. RGB value is (57,33,135). Sum of RGB (Red+Green+Blue) = 57+33+135=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #392187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392187 is #C6DE78. Grayscale: #333333. Windows color (decimal): -13033081 or 8855865. OLE color: 8855865.

HSL color Cylindrical-coordinate representation of color #392187: hue angle of 254.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392187 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5733135-
CMYK0.580.7600.47
HSL254.12º60.71%32.94%-
HSV(B)254.12º75.56%52.94%-
XYZ6.63.7123.29-
YUV51.8174.95131.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 135 (53.12% from 255) = 60%
R=25.33%
G=14.67%
B=60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57331350.580.7600.47254.1260.7132.94
Hex3921873A4C02Ffe3d21
Octal7141207721140573767541
Binary111001100001100001111110101001100010111111111110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392187; }

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

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

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

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

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

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

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

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