Shades of Persian Indigo #200360
Tints of Persian Indigo #200360
RGB
CMYK
RGB Variations
Color information
#200360 (or 0x200360) is known color: Persian Indigo. HEX triplet: 20, 03 and 60. RGB value is (32,3,96). Sum of RGB (Red+Green+Blue) = 32+3+96=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 96 (37.89% from 255 or 73.28% from 131); Max value from RGB is 96 - color contains mainly: blue. Hex color #200360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200360 is #DFFC9F. Grayscale: #151515. Windows color (decimal): -14679200 or 6292256. OLE color: 6292256.
HSL color Cylindrical-coordinate representation of color #200360: hue angle of 258.71º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200360 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 3 | 96 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.62 |
| HSL | 258.71º | 0.94% | 0.19% | - |
| HSV(B) | 258.71º | 0.97% | 0.38% | - |
| XYZ | 2.74 | 1.22 | 11.16 | - |
| YUV | 22.27 | 169.61 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 96 | 0.67 | 0.97 | 0 | 0.62 | 258.71 | 0.94 | 0.19 |
| Hex | 20 | 3 | 60 | 43 | 61 | 0 | 3E | 103 | 5E | 13 |
| Octal | 40 | 3 | 140 | 103 | 141 | 0 | 76 | 403 | 136 | 23 |
| Binary | 100000 | 11 | 1100000 | 1000011 | 1100001 | 0 | 111110 | 100000011 | 1011110 | 10011 |
Color Harmonies of #200360
Complementary color
Monochromatic Colors of #200360
Black with #200360
Text Example
Text Example
White with #200360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200360; }
p { color: rgb(32,3,96); }
H1.HeaderClassName
{
color: #200360;
}
.AnyTagClassName
{
color: #200360;
}
</style>
background-color css
<style>
a { background-color: #200360; }
a { background-color: rgb(32,3,96); }
div.DivClassName
{
background-color: #200360;
}
.BgClassName
{
background-color: #200360;
}
</style>
border-color css
<style>
span { border-color: #200360; }
span { border-color: rgb(32,3,96); }
td.TdClassName
{
border-color: #200360;
}
.TagClassName
{
border-color: #200360;
}
</style>