Shades of Persian Indigo #200370
Tints of Persian Indigo #200370
RGB
CMYK
RGB Variations
Color information
#200370 (or 0x200370) is known color: Persian Indigo. HEX triplet: 20, 03 and 70. RGB value is (32,3,112). Sum of RGB (Red+Green+Blue) = 32+3+112=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #200370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200370 is #DFFC8F. Grayscale: #171717. Windows color (decimal): -14679184 or 7340832. OLE color: 7340832.
HSL color Cylindrical-coordinate representation of color #200370: hue angle of 255.96º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200370 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 3 | 112 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.56 |
| HSL | 255.96º | 0.95% | 0.23% | - |
| HSV(B) | 255.96º | 0.97% | 0.44% | - |
| XYZ | 3.55 | 1.54 | 15.44 | - |
| YUV | 24.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 112 | 0.71 | 0.97 | 0 | 0.56 | 255.96 | 0.95 | 0.23 |
| Hex | 20 | 3 | 70 | 47 | 61 | 0 | 38 | 100 | 5F | 17 |
| Octal | 40 | 3 | 160 | 107 | 141 | 0 | 70 | 400 | 137 | 27 |
| Binary | 100000 | 11 | 1110000 | 1000111 | 1100001 | 0 | 111000 | 100000000 | 1011111 | 10111 |
Color Harmonies of #200370
Complementary color
Monochromatic Colors of #200370
Black with #200370
Text Example
Text Example
White with #200370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200370; }
p { color: rgb(32,3,112); }
H1.HeaderClassName
{
color: #200370;
}
.AnyTagClassName
{
color: #200370;
}
</style>
background-color css
<style>
a { background-color: #200370; }
a { background-color: rgb(32,3,112); }
div.DivClassName
{
background-color: #200370;
}
.BgClassName
{
background-color: #200370;
}
</style>
border-color css
<style>
span { border-color: #200370; }
span { border-color: rgb(32,3,112); }
td.TdClassName
{
border-color: #200370;
}
.TagClassName
{
border-color: #200370;
}
</style>