#20086A

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

Shades of Persian Indigo #20086A

Tints of Persian Indigo #20086A

Color information

#20086A (or 0x20086A) is unknown color: approx Persian Indigo. HEX triplet: 20, 08 and 6A. RGB value is (32,8,106). Sum of RGB (Red+Green+Blue) = 32+8+106=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 106 (41.80% from 255 or 72.60% from 146); Max value from RGB is 106 - color contains mainly: blue. Hex color #20086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20086A is #DFF795. Grayscale: #191919. Windows color (decimal): -14677910 or 6948896. OLE color: 6948896.

HSL color Cylindrical-coordinate representation of color #20086A: hue angle of 254.69º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20086A is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB328106-
CMYK0.700.9200.58
HSL254.69º85.96%22.35%-
HSV(B)254.69º92.45%41.57%-
XYZ3.281.5213.76-
YUV26.35172.95132.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 106 (41.80% from 255) = 72.60%
R=21.92%
G=5.48%
B=72.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3281060.700.9200.58254.6985.9622.35
Hex2086A465C03Aff5616
Octal401015210613407237712626
Binary1000001000110101010001101011100011101011111111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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