Shades of Persian Indigo #200366
Tints of Persian Indigo #200366
RGB
CMYK
RGB Variations
Color information
#200366 (or 0x200366) is known color: Persian Indigo. HEX triplet: 20, 03 and 66. RGB value is (32,3,102). Sum of RGB (Red+Green+Blue) = 32+3+102=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 102 (40.23% from 255 or 74.45% from 137); Max value from RGB is 102 - color contains mainly: blue. Hex color #200366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200366 is #DFFC99. Grayscale: #161616. Windows color (decimal): -14679194 or 6685472. OLE color: 6685472.
HSL color Cylindrical-coordinate representation of color #200366: hue angle of 257.58º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200366 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 3 | 102 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.6 |
| HSL | 257.58º | 0.94% | 0.21% | - |
| HSV(B) | 257.58º | 0.97% | 0.4% | - |
| XYZ | 3.03 | 1.33 | 12.67 | - |
| YUV | 22.96 | 172.61 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 102 | 0.69 | 0.97 | 0 | 0.6 | 257.58 | 0.94 | 0.21 |
| Hex | 20 | 3 | 66 | 45 | 61 | 0 | 3C | 102 | 5E | 15 |
| Octal | 40 | 3 | 146 | 105 | 141 | 0 | 74 | 402 | 136 | 25 |
| Binary | 100000 | 11 | 1100110 | 1000101 | 1100001 | 0 | 111100 | 100000010 | 1011110 | 10101 |
Color Harmonies of #200366
Complementary color
Monochromatic Colors of #200366
Black with #200366
Text Example
Text Example
White with #200366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200366; }
p { color: rgb(32,3,102); }
H1.HeaderClassName
{
color: #200366;
}
.AnyTagClassName
{
color: #200366;
}
</style>
background-color css
<style>
a { background-color: #200366; }
a { background-color: rgb(32,3,102); }
div.DivClassName
{
background-color: #200366;
}
.BgClassName
{
background-color: #200366;
}
</style>
border-color css
<style>
span { border-color: #200366; }
span { border-color: rgb(32,3,102); }
td.TdClassName
{
border-color: #200366;
}
.TagClassName
{
border-color: #200366;
}
</style>