Shades of Persian Indigo #200672
Tints of Persian Indigo #200672
RGB
CMYK
RGB Variations
Color information
#200672 (or 0x200672) is known color: Persian Indigo. HEX triplet: 20, 06 and 72. RGB value is (32,6,114). Sum of RGB (Red+Green+Blue) = 32+6+114=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #200672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200672 is #DFF98D. Grayscale: #191919. Windows color (decimal): -14678414 or 7472672. OLE color: 7472672.
HSL color Cylindrical-coordinate representation of color #200672: hue angle of 254.44º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200672 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 6 | 114 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.55 |
| HSL | 254.44º | 0.9% | 0.24% | - |
| HSV(B) | 254.44º | 0.95% | 0.45% | - |
| XYZ | 3.7 | 1.65 | 16.04 | - |
| YUV | 26.09 | 177.61 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 114 | 0.72 | 0.95 | 0 | 0.55 | 254.44 | 0.9 | 0.24 |
| Hex | 20 | 6 | 72 | 48 | 5F | 0 | 37 | FE | 5A | 18 |
| Octal | 40 | 6 | 162 | 110 | 137 | 0 | 67 | 376 | 132 | 30 |
| Binary | 100000 | 110 | 1110010 | 1001000 | 1011111 | 0 | 110111 | 11111110 | 1011010 | 11000 |
Color Harmonies of #200672
Complementary color
Monochromatic Colors of #200672
Black with #200672
Text Example
Text Example
White with #200672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200672; }
p { color: rgb(32,6,114); }
H1.HeaderClassName
{
color: #200672;
}
.AnyTagClassName
{
color: #200672;
}
</style>
background-color css
<style>
a { background-color: #200672; }
a { background-color: rgb(32,6,114); }
div.DivClassName
{
background-color: #200672;
}
.BgClassName
{
background-color: #200672;
}
</style>
border-color css
<style>
span { border-color: #200672; }
span { border-color: rgb(32,6,114); }
td.TdClassName
{
border-color: #200672;
}
.TagClassName
{
border-color: #200672;
}
</style>