Html Css Color HEX #20007A Persian Indigo

📋 copy color: '#20007A'

red 32 ◦ green 0 ◦ blue 122

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

Shades of Persian Indigo #20007A

Tints of Persian Indigo #20007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 79.22%

R = 20.78%
G = 0%
B = 79.22%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#20007A (or 0x20007A) is known color: Persian Indigo. HEX triplet: 20, 00 and 7A. RGB value is (32,0,122). Sum of RGB (Red+Green+Blue) = 32+0+122=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 122 (48.05% from 255 or 79.22% from 154); Max value from RGB is 122 - color contains mainly: blue. Hex color #20007A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20007A is #DFFF85. Grayscale: #171717. Windows color (decimal): -14679942 or 7995424. OLE color: 7995424.

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

Color convert

RGB 32 0 122 -
CMYK 0.74 1 0 0.52
HSL 255.74º 1% 0.24% -
HSV(B) 255.74º 1% 0.48% -
XYZ 4.11 1.71 18.53 -
YUV 23.48 183.6 134.08 -
System Red Green Blue C M Y K H S L
Decimal 32 0 122 0.74 1 0 0.52 255.74 1 0.24
Hex 20 0 7A 4A 64 0 34 100 64 18
Octal 40 0 172 112 144 0 64 400 144 30
Binary 100000 0 1111010 1001010 1100100 0 110100 100000000 1100100 11000

Color Harmonies of #20007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20007A

Black with #20007A

Text Example


Text Example

White with #20007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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