#20076D

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

Shades of Persian Indigo #20076D

Tints of Persian Indigo #20076D

Color information

#20076D (or 0x20076D) is unknown color: approx Persian Indigo. HEX triplet: 20, 07 and 6D. RGB value is (32,7,109). Sum of RGB (Red+Green+Blue) = 32+7+109=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #20076D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20076D is #DFF892. Grayscale: #191919. Windows color (decimal): -14678163 or 7145248. OLE color: 7145248.

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

Color convert

RGB327109-
CMYK0.710.9400.57
HSL254.71º87.93%22.75%-
HSV(B)254.71º93.58%42.75%-
XYZ3.431.5614.59-
YUV26.1174.78132.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.62%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 109 (42.97% from 255) = 73.65%
R=21.62%
G=4.73%
B=73.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3271090.710.9400.57254.7187.9322.75
Hex2076D475E039ff5817
Octal40715510713607137713027
Binary100000111110110110001111011110011100111111111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20076D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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