#20026E

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

Shades of Persian Indigo #20026E

Tints of Persian Indigo #20026E

Color information

#20026E (or 0x20026E) is unknown color: approx Persian Indigo. HEX triplet: 20, 02 and 6E. RGB value is (32,2,110). Sum of RGB (Red+Green+Blue) = 32+2+110=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 110 (43.36% from 255 or 76.39% from 144); Max value from RGB is 110 - color contains mainly: blue. Hex color #20026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20026E is #DFFD91. Grayscale: #161616. Windows color (decimal): -14679442 or 7209504. OLE color: 7209504.

HSL color Cylindrical-coordinate representation of color #20026E: hue angle of 256.67º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20026E is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB322110-
CMYK0.710.9800.57
HSL256.67º96.43%21.96%-
HSV(B)256.67º98.18%43.14%-
XYZ3.431.4814.86-
YUV23.28176.94134.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.22%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 110 (43.36% from 255) = 76.39%
R=22.22%
G=1.39%
B=76.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3221100.710.9800.57256.6796.4321.96
Hex2026E47620391016016
Octal40215610714207140114026
Binary100000101101110100011111000100111001100000001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20026E; }

 p { color: rgb(32,2,110); }

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

<style>
 a { background-color: #20026E; }

 a { background-color: rgb(32,2,110); }

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

<style>
 span { border-color: #20026E; }

 span { border-color: rgb(32,2,110); }

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