Shades of Persian Indigo #200364
Tints of Persian Indigo #200364
RGB
CMYK
RGB Variations
Color information
#200364 (or 0x200364) is known color: Persian Indigo. HEX triplet: 20, 03 and 64. RGB value is (32,3,100). Sum of RGB (Red+Green+Blue) = 32+3+100=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 100 (39.45% from 255 or 74.07% from 135); Max value from RGB is 100 - color contains mainly: blue. Hex color #200364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200364 is #DFFC9B. Grayscale: #161616. Windows color (decimal): -14679196 or 6554400. OLE color: 6554400.
HSL color Cylindrical-coordinate representation of color #200364: hue angle of 257.94º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200364 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 3 | 100 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.61 |
| HSL | 257.94º | 0.94% | 0.2% | - |
| HSV(B) | 257.94º | 0.97% | 0.39% | - |
| XYZ | 2.93 | 1.29 | 12.15 | - |
| YUV | 22.73 | 171.61 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 100 | 0.68 | 0.97 | 0 | 0.61 | 257.94 | 0.94 | 0.2 |
| Hex | 20 | 3 | 64 | 44 | 61 | 0 | 3D | 102 | 5E | 14 |
| Octal | 40 | 3 | 144 | 104 | 141 | 0 | 75 | 402 | 136 | 24 |
| Binary | 100000 | 11 | 1100100 | 1000100 | 1100001 | 0 | 111101 | 100000010 | 1011110 | 10100 |
Color Harmonies of #200364
Complementary color
Monochromatic Colors of #200364
Black with #200364
Text Example
Text Example
White with #200364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200364; }
p { color: rgb(32,3,100); }
H1.HeaderClassName
{
color: #200364;
}
.AnyTagClassName
{
color: #200364;
}
</style>
background-color css
<style>
a { background-color: #200364; }
a { background-color: rgb(32,3,100); }
div.DivClassName
{
background-color: #200364;
}
.BgClassName
{
background-color: #200364;
}
</style>
border-color css
<style>
span { border-color: #200364; }
span { border-color: rgb(32,3,100); }
td.TdClassName
{
border-color: #200364;
}
.TagClassName
{
border-color: #200364;
}
</style>