Shades of Persian Indigo #200578
Tints of Persian Indigo #200578
RGB
CMYK
RGB Variations
Color information
#200578 (or 0x200578) is known color: Persian Indigo. HEX triplet: 20, 05 and 78. RGB value is (32,5,120). Sum of RGB (Red+Green+Blue) = 32+5+120=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 120 (47.27% from 255 or 76.43% from 157); Max value from RGB is 120 - color contains mainly: blue. Hex color #200578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200578 is #DFFA87. Grayscale: #191919. Windows color (decimal): -14678664 or 7865632. OLE color: 7865632.
HSL color Cylindrical-coordinate representation of color #200578: hue angle of 254.09º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200578 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 5 | 120 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.53 |
| HSL | 254.09º | 0.92% | 0.25% | - |
| HSV(B) | 254.09º | 0.96% | 0.47% | - |
| XYZ | 4.04 | 1.77 | 17.9 | - |
| YUV | 26.18 | 180.95 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 120 | 0.73 | 0.96 | 0 | 0.53 | 254.09 | 0.92 | 0.25 |
| Hex | 20 | 5 | 78 | 49 | 60 | 0 | 35 | FE | 5C | 19 |
| Octal | 40 | 5 | 170 | 111 | 140 | 0 | 65 | 376 | 134 | 31 |
| Binary | 100000 | 101 | 1111000 | 1001001 | 1100000 | 0 | 110101 | 11111110 | 1011100 | 11001 |
Color Harmonies of #200578
Complementary color
Monochromatic Colors of #200578
Black with #200578
Text Example
Text Example
White with #200578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200578; }
p { color: rgb(32,5,120); }
H1.HeaderClassName
{
color: #200578;
}
.AnyTagClassName
{
color: #200578;
}
</style>
background-color css
<style>
a { background-color: #200578; }
a { background-color: rgb(32,5,120); }
div.DivClassName
{
background-color: #200578;
}
.BgClassName
{
background-color: #200578;
}
</style>
border-color css
<style>
span { border-color: #200578; }
span { border-color: rgb(32,5,120); }
td.TdClassName
{
border-color: #200578;
}
.TagClassName
{
border-color: #200578;
}
</style>