#20026d

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

Shades of Persian Indigo #20026D

Tints of Persian Indigo #20026D

Color information

#20026D (or 0x20026D) is unknown color: approx Persian Indigo. HEX triplet: 20, 02 and 6D. RGB value is (32,2,109). Sum of RGB (Red+Green+Blue) = 32+2+109=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 109 (42.97% from 255 or 76.22% from 143); Max value from RGB is 109 - color contains mainly: blue. Hex color #20026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20026D is #DFFD92. Grayscale: #161616. Windows color (decimal): -14679443 or 7143968. OLE color: 7143968.

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

Color convert

RGB322109-
CMYK0.710.9800.57
HSL256.82º96.4%21.76%-
HSV(B)256.82º98.17%42.75%-
XYZ3.381.4514.57-
YUV23.17176.44134.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.38%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 109 (42.97% from 255) = 76.22%
R=22.38%
G=1.40%
B=76.22%

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
Decimal3221090.710.9800.57256.8296.421.76
Hex2026D47620391016016
Octal40215510714207140114026
Binary100000101101101100011111000100111001100000001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20026d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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