Shades of Persian Indigo #200676
Tints of Persian Indigo #200676
RGB
CMYK
RGB Variations
Color information
#200676 (or 0x200676) is known color: Persian Indigo. HEX triplet: 20, 06 and 76. RGB value is (32,6,118). Sum of RGB (Red+Green+Blue) = 32+6+118=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 118 (46.48% from 255 or 75.64% from 156); Max value from RGB is 118 - color contains mainly: blue. Hex color #200676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200676 is #DFF989. Grayscale: #1A1A1A. Windows color (decimal): -14678410 or 7734816. OLE color: 7734816.
HSL color Cylindrical-coordinate representation of color #200676: hue angle of 253.93º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200676 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 6 | 118 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.54 |
| HSL | 253.93º | 0.9% | 0.24% | - |
| HSV(B) | 253.93º | 0.95% | 0.46% | - |
| XYZ | 3.93 | 1.75 | 17.27 | - |
| YUV | 26.54 | 179.61 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 118 | 0.73 | 0.95 | 0 | 0.54 | 253.93 | 0.9 | 0.24 |
| Hex | 20 | 6 | 76 | 49 | 5F | 0 | 36 | FE | 5A | 18 |
| Octal | 40 | 6 | 166 | 111 | 137 | 0 | 66 | 376 | 132 | 30 |
| Binary | 100000 | 110 | 1110110 | 1001001 | 1011111 | 0 | 110110 | 11111110 | 1011010 | 11000 |
Color Harmonies of #200676
Complementary color
Monochromatic Colors of #200676
Black with #200676
Text Example
Text Example
White with #200676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200676; }
p { color: rgb(32,6,118); }
H1.HeaderClassName
{
color: #200676;
}
.AnyTagClassName
{
color: #200676;
}
</style>
background-color css
<style>
a { background-color: #200676; }
a { background-color: rgb(32,6,118); }
div.DivClassName
{
background-color: #200676;
}
.BgClassName
{
background-color: #200676;
}
</style>
border-color css
<style>
span { border-color: #200676; }
span { border-color: rgb(32,6,118); }
td.TdClassName
{
border-color: #200676;
}
.TagClassName
{
border-color: #200676;
}
</style>