Html Css Color HEX #20026D Persian Indigo

📋 copy color: '#20026D'

red 32 ◦ green 2 ◦ blue 109

#20026D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #20026D

Tints of Persian Indigo #20026D

RGB

 RED value IS 32 (12.89% from 255) = 22.38%

 GREEN value IS 2 (1.17% from 255) = 1.4%

 BLUE value IS 109 (42.97% from 255) = 76.22%

R = 22.38%
G = 1.4%
B = 76.22%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20026D (or 0x20026D) is known color: 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

RGB 32 2 109 -
CMYK 0.71 0.98 0 0.57
HSL 256.82º 0.96% 0.22% -
HSV(B) 256.82º 0.98% 0.43% -
XYZ 3.38 1.45 14.57 -
YUV 23.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 32 2 109 0.71 0.98 0 0.57 256.82 0.96 0.22
Hex 20 2 6D 47 62 0 39 101 60 16
Octal 40 2 155 107 142 0 71 401 140 26
Binary 100000 10 1101101 1000111 1100010 0 111001 100000001 1100000 10110

Color Harmonies of #20026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20026D

Black with #20026D

Text Example


Text Example

White with #20026D

Text Example


Text Example

HTML Codes & Css Web 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>