Html Css Color HEX #20007F Persian Indigo

📋 copy color: '#20007F'

red 32 ◦ green 0 ◦ blue 127

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

Shades of Persian Indigo #20007F

Tints of Persian Indigo #20007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 79.87%

R = 20.13%
G = 0%
B = 79.87%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#20007F (or 0x20007F) is known color: Persian Indigo. HEX triplet: 20, 00 and 7F. RGB value is (32,0,127). Sum of RGB (Red+Green+Blue) = 32+0+127=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 127 (50% from 255 or 79.87% from 159); Max value from RGB is 127 - color contains mainly: blue. Hex color #20007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20007F is #DFFF80. Grayscale: #171717. Windows color (decimal): -14679937 or 8323104. OLE color: 8323104.

HSL color Cylindrical-coordinate representation of color #20007F: hue angle of 255.12º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20007F is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 0 127 -
CMYK 0.75 1 0 0.50
HSL 255.12º 1% 0.25% -
HSV(B) 255.12º 1% 0.5% -
XYZ 4.43 1.84 20.2 -
YUV 24.05 186.1 133.67 -
System Red Green Blue C M Y K H S L
Decimal 32 0 127 0.75 1 0 0.50 255.12 1 0.25
Hex 20 0 7F 4B 64 0 32 FF 64 19
Octal 40 0 177 113 144 0 62 377 144 31
Binary 100000 0 1111111 1001011 1100100 0 110010 11111111 1100100 11001

Color Harmonies of #20007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20007F

Black with #20007F

Text Example


Text Example

White with #20007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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