Shades of Persian Indigo #200865
Tints of Persian Indigo #200865
RGB
CMYK
RGB Variations
Color information
#200865 (or 0x200865) is known color: Persian Indigo. HEX triplet: 20, 08 and 65. RGB value is (32,8,101). Sum of RGB (Red+Green+Blue) = 32+8+101=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 101 (39.84% from 255 or 71.63% from 141); Max value from RGB is 101 - color contains mainly: blue. Hex color #200865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200865 is #DFF79A. Grayscale: #191919. Windows color (decimal): -14677915 or 6621216. OLE color: 6621216.
HSL color Cylindrical-coordinate representation of color #200865: hue angle of 255.48º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200865 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 8 | 101 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.60 |
| HSL | 255.48º | 0.85% | 0.21% | - |
| HSV(B) | 255.48º | 0.92% | 0.4% | - |
| XYZ | 3.03 | 1.42 | 12.43 | - |
| YUV | 25.78 | 170.45 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 101 | 0.68 | 0.92 | 0 | 0.60 | 255.48 | 0.85 | 0.21 |
| Hex | 20 | 8 | 65 | 44 | 5C | 0 | 3C | FF | 55 | 15 |
| Octal | 40 | 10 | 145 | 104 | 134 | 0 | 74 | 377 | 125 | 25 |
| Binary | 100000 | 1000 | 1100101 | 1000100 | 1011100 | 0 | 111100 | 11111111 | 1010101 | 10101 |
Color Harmonies of #200865
Complementary color
Monochromatic Colors of #200865
Black with #200865
Text Example
Text Example
White with #200865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200865; }
p { color: rgb(32,8,101); }
H1.HeaderClassName
{
color: #200865;
}
.AnyTagClassName
{
color: #200865;
}
</style>
background-color css
<style>
a { background-color: #200865; }
a { background-color: rgb(32,8,101); }
div.DivClassName
{
background-color: #200865;
}
.BgClassName
{
background-color: #200865;
}
</style>
border-color css
<style>
span { border-color: #200865; }
span { border-color: rgb(32,8,101); }
td.TdClassName
{
border-color: #200865;
}
.TagClassName
{
border-color: #200865;
}
</style>