#20086D

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

Shades of Persian Indigo #20086D

Tints of Persian Indigo #20086D

Color information

#20086D (or 0x20086D) is unknown color: approx Persian Indigo. HEX triplet: 20, 08 and 6D. RGB value is (32,8,109). Sum of RGB (Red+Green+Blue) = 32+8+109=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #20086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20086D is #DFF792. Grayscale: #1A1A1A. Windows color (decimal): -14677907 or 7145504. OLE color: 7145504.

HSL color Cylindrical-coordinate representation of color #20086D: hue angle of 254.26º 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 #20086D is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB328109-
CMYK0.710.9300.57
HSL254.26º86.32%22.94%-
HSV(B)254.26º92.66%42.75%-
XYZ3.441.5814.59-
YUV26.69174.45131.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.48%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 109 (42.97% from 255) = 73.15%
R=21.48%
G=5.37%
B=73.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3281090.710.9300.57254.2686.3222.94
Hex2086D475D039fe5617
Octal401015510713507137612627
Binary1000001000110110110001111011101011100111111110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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