Html Css Color HEX #20007C Persian Indigo

📋 copy color: '#20007C'

red 32 ◦ green 0 ◦ blue 124

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

Shades of Persian Indigo #20007C

Tints of Persian Indigo #20007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20.51%
G = 0%
B = 79.49%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20007C (or 0x20007C) is known color: Persian Indigo. HEX triplet: 20, 00 and 7C. RGB value is (32,0,124). Sum of RGB (Red+Green+Blue) = 32+0+124=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 124 (48.83% from 255 or 79.49% from 156); Max value from RGB is 124 - color contains mainly: blue. Hex color #20007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20007C is #DFFF83. Grayscale: #171717. Windows color (decimal): -14679940 or 8126496. OLE color: 8126496.

HSL color Cylindrical-coordinate representation of color #20007C: hue angle of 255.48º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20007C is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 0 124 -
CMYK 0.74 1 0 0.51
HSL 255.48º 1% 0.24% -
HSV(B) 255.48º 1% 0.49% -
XYZ 4.23 1.76 19.19 -
YUV 23.7 184.6 133.92 -
System Red Green Blue C M Y K H S L
Decimal 32 0 124 0.74 1 0 0.51 255.48 1 0.24
Hex 20 0 7C 4A 64 0 33 FF 64 18
Octal 40 0 174 112 144 0 63 377 144 30
Binary 100000 0 1111100 1001010 1100100 0 110011 11111111 1100100 11000

Color Harmonies of #20007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20007C

Black with #20007C

Text Example


Text Example

White with #20007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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