Shades of Persian Indigo #200063
Tints of Persian Indigo #200063
RGB
CMYK
RGB Variations
Color information
#200063 (or 0x200063) is known color: Persian Indigo. HEX triplet: 20, 00 and 63. RGB value is (32,0,99). Sum of RGB (Red+Green+Blue) = 32+0+99=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #200063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200063 is #DFFF9C. Grayscale: #141414. Windows color (decimal): -14679965 or 6488096. OLE color: 6488096.
HSL color Cylindrical-coordinate representation of color #200063: hue angle of 259.39º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200063 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 0 | 99 | - |
| CMYK | 0.68 | 1 | 0 | 0.61 |
| HSL | 259.39º | 1% | 0.19% | - |
| HSV(B) | 259.39º | 1% | 0.39% | - |
| XYZ | 2.85 | 1.21 | 11.89 | - |
| YUV | 20.85 | 172.1 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 99 | 0.68 | 1 | 0 | 0.61 | 259.39 | 1 | 0.19 |
| Hex | 20 | 0 | 63 | 44 | 64 | 0 | 3D | 103 | 64 | 13 |
| Octal | 40 | 0 | 143 | 104 | 144 | 0 | 75 | 403 | 144 | 23 |
| Binary | 100000 | 0 | 1100011 | 1000100 | 1100100 | 0 | 111101 | 100000011 | 1100100 | 10011 |
Color Harmonies of #200063
Complementary color
Monochromatic Colors of #200063
Black with #200063
Text Example
Text Example
White with #200063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200063; }
p { color: rgb(32,0,99); }
H1.HeaderClassName
{
color: #200063;
}
.AnyTagClassName
{
color: #200063;
}
</style>
background-color css
<style>
a { background-color: #200063; }
a { background-color: rgb(32,0,99); }
div.DivClassName
{
background-color: #200063;
}
.BgClassName
{
background-color: #200063;
}
</style>
border-color css
<style>
span { border-color: #200063; }
span { border-color: rgb(32,0,99); }
td.TdClassName
{
border-color: #200063;
}
.TagClassName
{
border-color: #200063;
}
</style>