#20007F

Color #20007F Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #20007F

Tints of Persian Indigo #20007F

Color information

#20007F (or 0x20007F) is unknown color: approx 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

RGB320127-
CMYK0.75100.50
HSL255.12º100%24.9%-
HSV(B)255.12º100%49.8%-
XYZ4.431.8420.2-
YUV24.05186.1133.67-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3201270.75100.50255.1210024.9
Hex2007F4B64032ff6419
Octal40017711314406237714431
Binary1000000111111110010111100100011001011111111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>