Shades of Persian Indigo #200564
Tints of Persian Indigo #200564
RGB
CMYK
RGB Variations
Color information
#200564 (or 0x200564) is known color: Persian Indigo. HEX triplet: 20, 05 and 64. RGB value is (32,5,100). Sum of RGB (Red+Green+Blue) = 32+5+100=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 100 (39.45% from 255 or 72.99% from 137); Max value from RGB is 100 - color contains mainly: blue. Hex color #200564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200564 is #DFFA9B. Grayscale: #171717. Windows color (decimal): -14678684 or 6554912. OLE color: 6554912.
HSL color Cylindrical-coordinate representation of color #200564: hue angle of 257.05º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200564 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 5 | 100 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.61 |
| HSL | 257.05º | 0.9% | 0.21% | - |
| HSV(B) | 257.05º | 0.95% | 0.39% | - |
| XYZ | 2.95 | 1.34 | 12.16 | - |
| YUV | 23.9 | 170.95 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 100 | 0.68 | 0.95 | 0 | 0.61 | 257.05 | 0.9 | 0.21 |
| Hex | 20 | 5 | 64 | 44 | 5F | 0 | 3D | 101 | 5A | 15 |
| Octal | 40 | 5 | 144 | 104 | 137 | 0 | 75 | 401 | 132 | 25 |
| Binary | 100000 | 101 | 1100100 | 1000100 | 1011111 | 0 | 111101 | 100000001 | 1011010 | 10101 |
Color Harmonies of #200564
Complementary color
Monochromatic Colors of #200564
Black with #200564
Text Example
Text Example
White with #200564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200564; }
p { color: rgb(32,5,100); }
H1.HeaderClassName
{
color: #200564;
}
.AnyTagClassName
{
color: #200564;
}
</style>
background-color css
<style>
a { background-color: #200564; }
a { background-color: rgb(32,5,100); }
div.DivClassName
{
background-color: #200564;
}
.BgClassName
{
background-color: #200564;
}
</style>
border-color css
<style>
span { border-color: #200564; }
span { border-color: rgb(32,5,100); }
td.TdClassName
{
border-color: #200564;
}
.TagClassName
{
border-color: #200564;
}
</style>