Shades of Persian Indigo #200668
Tints of Persian Indigo #200668
RGB
CMYK
RGB Variations
Color information
#200668 (or 0x200668) is known color: Persian Indigo. HEX triplet: 20, 06 and 68. RGB value is (32,6,104). Sum of RGB (Red+Green+Blue) = 32+6+104=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #200668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200668 is #DFF997. Grayscale: #181818. Windows color (decimal): -14678424 or 6817312. OLE color: 6817312.
HSL color Cylindrical-coordinate representation of color #200668: hue angle of 255.92º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200668 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 6 | 104 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.59 |
| HSL | 255.92º | 0.89% | 0.22% | - |
| HSV(B) | 255.92º | 0.94% | 0.41% | - |
| XYZ | 3.16 | 1.44 | 13.21 | - |
| YUV | 24.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 104 | 0.69 | 0.94 | 0 | 0.59 | 255.92 | 0.89 | 0.22 |
| Hex | 20 | 6 | 68 | 45 | 5E | 0 | 3B | 100 | 59 | 16 |
| Octal | 40 | 6 | 150 | 105 | 136 | 0 | 73 | 400 | 131 | 26 |
| Binary | 100000 | 110 | 1101000 | 1000101 | 1011110 | 0 | 111011 | 100000000 | 1011001 | 10110 |
Color Harmonies of #200668
Complementary color
Monochromatic Colors of #200668
Black with #200668
Text Example
Text Example
White with #200668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200668; }
p { color: rgb(32,6,104); }
H1.HeaderClassName
{
color: #200668;
}
.AnyTagClassName
{
color: #200668;
}
</style>
background-color css
<style>
a { background-color: #200668; }
a { background-color: rgb(32,6,104); }
div.DivClassName
{
background-color: #200668;
}
.BgClassName
{
background-color: #200668;
}
</style>
border-color css
<style>
span { border-color: #200668; }
span { border-color: rgb(32,6,104); }
td.TdClassName
{
border-color: #200668;
}
.TagClassName
{
border-color: #200668;
}
</style>