Shades of Persian Indigo #200368
Tints of Persian Indigo #200368
RGB
CMYK
RGB Variations
Color information
#200368 (or 0x200368) is known color: Persian Indigo. HEX triplet: 20, 03 and 68. RGB value is (32,3,104). Sum of RGB (Red+Green+Blue) = 32+3+104=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #200368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200368 is #DFFC97. Grayscale: #161616. Windows color (decimal): -14679192 or 6816544. OLE color: 6816544.
HSL color Cylindrical-coordinate representation of color #200368: hue angle of 257.23º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200368 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 3 | 104 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.59 |
| HSL | 257.23º | 0.94% | 0.21% | - |
| HSV(B) | 257.23º | 0.97% | 0.41% | - |
| XYZ | 3.13 | 1.37 | 13.2 | - |
| YUV | 23.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 104 | 0.69 | 0.97 | 0 | 0.59 | 257.23 | 0.94 | 0.21 |
| Hex | 20 | 3 | 68 | 45 | 61 | 0 | 3B | 101 | 5E | 15 |
| Octal | 40 | 3 | 150 | 105 | 141 | 0 | 73 | 401 | 136 | 25 |
| Binary | 100000 | 11 | 1101000 | 1000101 | 1100001 | 0 | 111011 | 100000001 | 1011110 | 10101 |
Color Harmonies of #200368
Complementary color
Monochromatic Colors of #200368
Black with #200368
Text Example
Text Example
White with #200368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200368; }
p { color: rgb(32,3,104); }
H1.HeaderClassName
{
color: #200368;
}
.AnyTagClassName
{
color: #200368;
}
</style>
background-color css
<style>
a { background-color: #200368; }
a { background-color: rgb(32,3,104); }
div.DivClassName
{
background-color: #200368;
}
.BgClassName
{
background-color: #200368;
}
</style>
border-color css
<style>
span { border-color: #200368; }
span { border-color: rgb(32,3,104); }
td.TdClassName
{
border-color: #200368;
}
.TagClassName
{
border-color: #200368;
}
</style>