Html Css Color HEX #20006E Persian Indigo

📋 copy color: '#20006E'

red 32 ◦ green 0 ◦ blue 110

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

Shades of Persian Indigo #20006E

Tints of Persian Indigo #20006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 77.46%

R = 22.54%
G = 0%
B = 77.46%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20006E (or 0x20006E) is known color: Persian Indigo. HEX triplet: 20, 00 and 6E. RGB value is (32,0,110). Sum of RGB (Red+Green+Blue) = 32+0+110=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #20006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20006E is #DFFF91. Grayscale: #151515. Windows color (decimal): -14679954 or 7208992. OLE color: 7208992.

HSL color Cylindrical-coordinate representation of color #20006E: hue angle of 257.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20006E is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 0 110 -
CMYK 0.71 1 0 0.57
HSL 257.45º 1% 0.22% -
HSV(B) 257.45º 1% 0.43% -
XYZ 3.41 1.43 14.85 -
YUV 22.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 32 0 110 0.71 1 0 0.57 257.45 1 0.22
Hex 20 0 6E 47 64 0 39 101 64 16
Octal 40 0 156 107 144 0 71 401 144 26
Binary 100000 0 1101110 1000111 1100100 0 111001 100000001 1100100 10110

Color Harmonies of #20006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20006E

Black with #20006E

Text Example


Text Example

White with #20006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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