Shades of Persian Indigo #200566
Tints of Persian Indigo #200566
RGB
CMYK
RGB Variations
Color information
#200566 (or 0x200566) is known color: Persian Indigo. HEX triplet: 20, 05 and 66. RGB value is (32,5,102). Sum of RGB (Red+Green+Blue) = 32+5+102=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #200566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200566 is #DFFA99. Grayscale: #171717. Windows color (decimal): -14678682 or 6685984. OLE color: 6685984.
HSL color Cylindrical-coordinate representation of color #200566: hue angle of 256.7º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200566 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 5 | 102 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.6 |
| HSL | 256.7º | 0.91% | 0.21% | - |
| HSV(B) | 256.7º | 0.95% | 0.4% | - |
| XYZ | 3.05 | 1.37 | 12.68 | - |
| YUV | 24.13 | 171.95 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 102 | 0.69 | 0.95 | 0 | 0.6 | 256.7 | 0.91 | 0.21 |
| Hex | 20 | 5 | 66 | 45 | 5F | 0 | 3C | 101 | 5B | 15 |
| Octal | 40 | 5 | 146 | 105 | 137 | 0 | 74 | 401 | 133 | 25 |
| Binary | 100000 | 101 | 1100110 | 1000101 | 1011111 | 0 | 111100 | 100000001 | 1011011 | 10101 |
Color Harmonies of #200566
Complementary color
Monochromatic Colors of #200566
Black with #200566
Text Example
Text Example
White with #200566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200566; }
p { color: rgb(32,5,102); }
H1.HeaderClassName
{
color: #200566;
}
.AnyTagClassName
{
color: #200566;
}
</style>
background-color css
<style>
a { background-color: #200566; }
a { background-color: rgb(32,5,102); }
div.DivClassName
{
background-color: #200566;
}
.BgClassName
{
background-color: #200566;
}
</style>
border-color css
<style>
span { border-color: #200566; }
span { border-color: rgb(32,5,102); }
td.TdClassName
{
border-color: #200566;
}
.TagClassName
{
border-color: #200566;
}
</style>