Html Css Color HEX #20037E Persian Indigo

📋 copy color: '#20037E'

red 32 ◦ green 3 ◦ blue 126

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

Shades of Persian Indigo #20037E

Tints of Persian Indigo #20037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 19.88%
G = 1.86%
B = 78.26%

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

#20037E (or 0x20037E) is known color: Persian Indigo. HEX triplet: 20, 03 and 7E. RGB value is (32,3,126). Sum of RGB (Red+Green+Blue) = 32+3+126=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 126 (49.61% from 255 or 78.26% from 161); Max value from RGB is 126 - color contains mainly: blue. Hex color #20037E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20037E is #DFFC81. Grayscale: #191919. Windows color (decimal): -14679170 or 8258336. OLE color: 8258336.

HSL color Cylindrical-coordinate representation of color #20037E: hue angle of 254.15º degrees, saturation: 0.95, 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 #20037E is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 3 126 -
CMYK 0.75 0.98 0 0.51
HSL 254.15º 0.95% 0.25% -
HSV(B) 254.15º 0.98% 0.49% -
XYZ 4.39 1.88 19.87 -
YUV 25.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 32 3 126 0.75 0.98 0 0.51 254.15 0.95 0.25
Hex 20 3 7E 4B 62 0 33 FE 5F 19
Octal 40 3 176 113 142 0 63 376 137 31
Binary 100000 11 1111110 1001011 1100010 0 110011 11111110 1011111 11001

Color Harmonies of #20037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20037E

Black with #20037E

Text Example


Text Example

White with #20037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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