Shades of Persian Indigo #200163
Tints of Persian Indigo #200163
RGB
CMYK
RGB Variations
Color information
#200163 (or 0x200163) is known color: Persian Indigo. HEX triplet: 20, 01 and 63. RGB value is (32,1,99). Sum of RGB (Red+Green+Blue) = 32+1+99=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 99 (39.06% from 255 or 75% from 132); Max value from RGB is 99 - color contains mainly: blue. Hex color #200163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200163 is #DFFE9C. Grayscale: #151515. Windows color (decimal): -14679709 or 6488352. OLE color: 6488352.
HSL color Cylindrical-coordinate representation of color #200163: hue angle of 258.98º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200163 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 1 | 99 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.61 |
| HSL | 258.98º | 0.98% | 0.2% | - |
| HSV(B) | 258.98º | 0.99% | 0.39% | - |
| XYZ | 2.86 | 1.23 | 11.89 | - |
| YUV | 21.44 | 171.77 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 99 | 0.68 | 0.99 | 0 | 0.61 | 258.98 | 0.98 | 0.2 |
| Hex | 20 | 1 | 63 | 44 | 63 | 0 | 3D | 103 | 62 | 14 |
| Octal | 40 | 1 | 143 | 104 | 143 | 0 | 75 | 403 | 142 | 24 |
| Binary | 100000 | 1 | 1100011 | 1000100 | 1100011 | 0 | 111101 | 100000011 | 1100010 | 10100 |
Color Harmonies of #200163
Complementary color
Monochromatic Colors of #200163
Black with #200163
Text Example
Text Example
White with #200163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200163; }
p { color: rgb(32,1,99); }
H1.HeaderClassName
{
color: #200163;
}
.AnyTagClassName
{
color: #200163;
}
</style>
background-color css
<style>
a { background-color: #200163; }
a { background-color: rgb(32,1,99); }
div.DivClassName
{
background-color: #200163;
}
.BgClassName
{
background-color: #200163;
}
</style>
border-color css
<style>
span { border-color: #200163; }
span { border-color: rgb(32,1,99); }
td.TdClassName
{
border-color: #200163;
}
.TagClassName
{
border-color: #200163;
}
</style>