Html Css Color HEX #20016D Persian Indigo

📋 copy color: '#20016D'

red 32 ◦ green 1 ◦ blue 109

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

Shades of Persian Indigo #20016D

Tints of Persian Indigo #20016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 109 (42.97% from 255) = 76.76%

R = 22.54%
G = 0.7%
B = 76.76%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20016D (or 0x20016D) is known color: Persian Indigo. HEX triplet: 20, 01 and 6D. RGB value is (32,1,109). Sum of RGB (Red+Green+Blue) = 32+1+109=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 109 (42.97% from 255 or 76.76% from 142); Max value from RGB is 109 - color contains mainly: blue. Hex color #20016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20016D is #DFFE92. Grayscale: #161616. Windows color (decimal): -14679699 or 7143712. OLE color: 7143712.

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

Color convert

RGB 32 1 109 -
CMYK 0.71 0.99 0 0.57
HSL 257.22º 0.98% 0.22% -
HSV(B) 257.22º 0.99% 0.43% -
XYZ 3.37 1.43 14.57 -
YUV 22.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 32 1 109 0.71 0.99 0 0.57 257.22 0.98 0.22
Hex 20 1 6D 47 63 0 39 101 62 16
Octal 40 1 155 107 143 0 71 401 142 26
Binary 100000 1 1101101 1000111 1100011 0 111001 100000001 1100010 10110

Color Harmonies of #20016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20016D

Black with #20016D

Text Example


Text Example

White with #20016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20016D; }

 p { color: rgb(32,1,109); }

 H1.HeaderClassName
 {
   color: #20016D;
 }
 .AnyTagClassName
 {
   color: #20016D;
 }
</style>

background-color css

<style>
 a { background-color: #20016D; }

 a { background-color: rgb(32,1,109); }

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

border-color css

<style>
 span { border-color: #20016D; }

 span { border-color: rgb(32,1,109); }

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