Shades of Persian Indigo #20007F
Tints of Persian Indigo #20007F
RGB
CMYK
RGB Variations
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
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>