Html Css Color HEX #20027E Persian Indigo

📋 copy color: '#20027E'

red 32 ◦ green 2 ◦ blue 126

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

Shades of Persian Indigo #20027E

Tints of Persian Indigo #20027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 78.75%

R = 20%
G = 1.25%
B = 78.75%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20027E (or 0x20027E) is known color: Persian Indigo. HEX triplet: 20, 02 and 7E. RGB value is (32,2,126). Sum of RGB (Red+Green+Blue) = 32+2+126=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 126 (49.61% from 255 or 78.75% from 160); Max value from RGB is 126 - color contains mainly: blue. Hex color #20027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20027E is #DFFD81. Grayscale: #181818. Windows color (decimal): -14679426 or 8258080. OLE color: 8258080.

HSL color Cylindrical-coordinate representation of color #20027E: hue angle of 254.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20027E is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 2 126 -
CMYK 0.75 0.98 0 0.51
HSL 254.52º 0.97% 0.25% -
HSV(B) 254.52º 0.98% 0.49% -
XYZ 4.38 1.86 19.87 -
YUV 25.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 32 2 126 0.75 0.98 0 0.51 254.52 0.97 0.25
Hex 20 2 7E 4B 62 0 33 FF 61 19
Octal 40 2 176 113 142 0 63 377 141 31
Binary 100000 10 1111110 1001011 1100010 0 110011 11111111 1100001 11001

Color Harmonies of #20027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20027E

Black with #20027E

Text Example


Text Example

White with #20027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20027E;
 }
 .AnyTagClassName
 {
   color: #20027E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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