#392287

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

Shades of Persian Indigo #392287

Tints of Persian Indigo #392287

Color information

#392287 (or 0x392287) is unknown color: approx Persian Indigo. HEX triplet: 39, 22 and 87. RGB value is (57,34,135). Sum of RGB (Red+Green+Blue) = 57+34+135=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #392287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392287 is #C6DD78. Grayscale: #343434. Windows color (decimal): -13032825 or 8856121. OLE color: 8856121.

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

Color convert

RGB5734135-
CMYK0.580.7500.47
HSL253.66º59.76%33.14%-
HSV(B)253.66º74.81%52.94%-
XYZ6.633.7623.3-
YUV52.39174.62131.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 135 (53.12% from 255) = 59.73%
R=25.22%
G=15.04%
B=59.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57341350.580.7500.47253.6659.7633.14
Hex3922873A4B02Ffe3c21
Octal7142207721130573767441
Binary111001100010100001111110101001011010111111111110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392287; }

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

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

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

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

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

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

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

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