#20066D

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

Shades of Persian Indigo #20066D

Tints of Persian Indigo #20066D

Color information

#20066D (or 0x20066D) is unknown color: approx Persian Indigo. HEX triplet: 20, 06 and 6D. RGB value is (32,6,109). Sum of RGB (Red+Green+Blue) = 32+6+109=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #20066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20066D is #DFF992. Grayscale: #191919. Windows color (decimal): -14678419 or 7144992. OLE color: 7144992.

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

Color convert

RGB326109-
CMYK0.710.9400.57
HSL255.15º89.57%22.55%-
HSV(B)255.15º94.5%42.75%-
XYZ3.421.5414.59-
YUV25.52175.11132.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 109 (42.97% from 255) = 74.15%
R=21.77%
G=4.08%
B=74.15%

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
Decimal3261090.710.9400.57255.1589.5722.55
Hex2066D475E039ff5a17
Octal40615510713607137713227
Binary100000110110110110001111011110011100111111111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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