#39087C

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

Shades of Persian Indigo #39087C

Tints of Persian Indigo #39087C

Color information

#39087C (or 0x39087C) is unknown color: approx Persian Indigo. HEX triplet: 39, 08 and 7C. RGB value is (57,8,124). Sum of RGB (Red+Green+Blue) = 57+8+124=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #39087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39087C is #C6F783. Grayscale: #232323. Windows color (decimal): -13039492 or 8128569. OLE color: 8128569.

HSL color Cylindrical-coordinate representation of color #39087C: hue angle of 265.34º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39087C is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB578124-
CMYK0.540.9400.51
HSL265.34º87.88%25.88%-
HSV(B)265.34º93.55%48.63%-
XYZ5.412.519.27-
YUV35.88177.73143.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 8 (3.52% from 255) = 4.23%
BLUE value IS 124 (48.83% from 255) = 65.61%
R=30.16%
G=4.23%
B=65.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5781240.540.9400.51265.3487.8825.88
Hex3987C365E033109581a
Octal71101746613606341113032
Binary1110011000111110011011010111100110011100001001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39087C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39087C; }

 p { color: rgb(57,8,124); }

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

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

 a { background-color: rgb(57,8,124); }

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

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

 span { border-color: rgb(57,8,124); }

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