Html Css Color HEX #20037C Persian Indigo

📋 copy color: '#20037C'

red 32 ◦ green 3 ◦ blue 124

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

Shades of Persian Indigo #20037C

Tints of Persian Indigo #20037C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 77.99%

R = 20.13%
G = 1.89%
B = 77.99%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20037C (or 0x20037C) is known color: Persian Indigo. HEX triplet: 20, 03 and 7C. RGB value is (32,3,124). Sum of RGB (Red+Green+Blue) = 32+3+124=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #20037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20037C is #DFFC83. Grayscale: #191919. Windows color (decimal): -14679172 or 8127264. OLE color: 8127264.

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

Color convert

RGB 32 3 124 -
CMYK 0.74 0.98 0 0.51
HSL 254.38º 0.95% 0.25% -
HSV(B) 254.38º 0.98% 0.49% -
XYZ 4.27 1.83 19.2 -
YUV 25.47 183.61 132.66 -
System Red Green Blue C M Y K H S L
Decimal 32 3 124 0.74 0.98 0 0.51 254.38 0.95 0.25
Hex 20 3 7C 4A 62 0 33 FE 5F 19
Octal 40 3 174 112 142 0 63 376 137 31
Binary 100000 11 1111100 1001010 1100010 0 110011 11111110 1011111 11001

Color Harmonies of #20037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20037C

Black with #20037C

Text Example


Text Example

White with #20037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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