#39086B

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

Shades of Persian Indigo #39086B

Tints of Persian Indigo #39086B

Color information

#39086B (or 0x39086B) is unknown color: approx Persian Indigo. HEX triplet: 39, 08 and 6B. RGB value is (57,8,107). Sum of RGB (Red+Green+Blue) = 57+8+107=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 107 (42.19% from 255 or 62.21% from 172); Max value from RGB is 107 - color contains mainly: blue. Hex color #39086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39086B is #C6F794. Grayscale: #212121. Windows color (decimal): -13039509 or 7014457. OLE color: 7014457.

HSL color Cylindrical-coordinate representation of color #39086B: hue angle of 269.7º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #39086B is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB578107-
CMYK0.470.9300.58
HSL269.7º86.09%22.55%-
HSV(B)269.7º92.52%41.96%-
XYZ4.432.1114.08-
YUV33.94169.23144.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 107 (42.19% from 255) = 62.21%
R=33.14%
G=4.65%
B=62.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5781070.470.9300.58269.786.0922.55
Hex3986B2F5D03A10e5617
Octal71101535713507241612627
Binary1110011000110101110111110111010111010100001110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39086B; }

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

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

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

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

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

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

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

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