Shades of Persian Indigo #200966
Tints of Persian Indigo #200966
RGB
CMYK
RGB Variations
Color information
#200966 (or 0x200966) is known color: Persian Indigo. HEX triplet: 20, 09 and 66. RGB value is (32,9,102). Sum of RGB (Red+Green+Blue) = 32+9+102=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #200966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200966 is #DFF699. Grayscale: #1A1A1A. Windows color (decimal): -14677658 or 6687008. OLE color: 6687008.
HSL color Cylindrical-coordinate representation of color #200966: hue angle of 254.84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200966 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 9 | 102 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.6 |
| HSL | 254.84º | 0.84% | 0.22% | - |
| HSV(B) | 254.84º | 0.91% | 0.4% | - |
| XYZ | 3.09 | 1.46 | 12.69 | - |
| YUV | 26.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 102 | 0.69 | 0.91 | 0 | 0.6 | 254.84 | 0.84 | 0.22 |
| Hex | 20 | 9 | 66 | 45 | 5B | 0 | 3C | FF | 54 | 16 |
| Octal | 40 | 11 | 146 | 105 | 133 | 0 | 74 | 377 | 124 | 26 |
| Binary | 100000 | 1001 | 1100110 | 1000101 | 1011011 | 0 | 111100 | 11111111 | 1010100 | 10110 |
Color Harmonies of #200966
Complementary color
Monochromatic Colors of #200966
Black with #200966
Text Example
Text Example
White with #200966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200966; }
p { color: rgb(32,9,102); }
H1.HeaderClassName
{
color: #200966;
}
.AnyTagClassName
{
color: #200966;
}
</style>
background-color css
<style>
a { background-color: #200966; }
a { background-color: rgb(32,9,102); }
div.DivClassName
{
background-color: #200966;
}
.BgClassName
{
background-color: #200966;
}
</style>
border-color css
<style>
span { border-color: #200966; }
span { border-color: rgb(32,9,102); }
td.TdClassName
{
border-color: #200966;
}
.TagClassName
{
border-color: #200966;
}
</style>