#39086D

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

Shades of Persian Indigo #39086D

Tints of Persian Indigo #39086D

Color information

#39086D (or 0x39086D) is unknown color: approx Persian Indigo. HEX triplet: 39, 08 and 6D. RGB value is (57,8,109). Sum of RGB (Red+Green+Blue) = 57+8+109=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #39086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39086D is #C6F792. Grayscale: #212121. Windows color (decimal): -13039507 or 7145529. OLE color: 7145529.

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

Color convert

RGB578109-
CMYK0.480.9300.57
HSL269.11º86.32%22.94%-
HSV(B)269.11º92.66%42.75%-
XYZ4.532.1514.64-
YUV34.16170.23144.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 109 (42.97% from 255) = 62.64%
R=32.76%
G=4.60%
B=62.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5781090.480.9300.57269.1186.3222.94
Hex3986D305D03910d5617
Octal71101556013507141512627
Binary1110011000110110111000010111010111001100001101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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