Shades of Persian Indigo #200675
Tints of Persian Indigo #200675
RGB
CMYK
RGB Variations
Color information
#200675 (or 0x200675) is known color: Persian Indigo. HEX triplet: 20, 06 and 75. RGB value is (32,6,117). Sum of RGB (Red+Green+Blue) = 32+6+117=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #200675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200675 is #DFF98A. Grayscale: #1A1A1A. Windows color (decimal): -14678411 or 7669280. OLE color: 7669280.
HSL color Cylindrical-coordinate representation of color #200675: hue angle of 254.05º 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 #200675 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 6 | 117 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.54 |
| HSL | 254.05º | 0.9% | 0.24% | - |
| HSV(B) | 254.05º | 0.95% | 0.46% | - |
| XYZ | 3.87 | 1.72 | 16.96 | - |
| YUV | 26.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 117 | 0.73 | 0.95 | 0 | 0.54 | 254.05 | 0.9 | 0.24 |
| Hex | 20 | 6 | 75 | 49 | 5F | 0 | 36 | FE | 5A | 18 |
| Octal | 40 | 6 | 165 | 111 | 137 | 0 | 66 | 376 | 132 | 30 |
| Binary | 100000 | 110 | 1110101 | 1001001 | 1011111 | 0 | 110110 | 11111110 | 1011010 | 11000 |
Color Harmonies of #200675
Complementary color
Monochromatic Colors of #200675
Black with #200675
Text Example
Text Example
White with #200675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200675; }
p { color: rgb(32,6,117); }
H1.HeaderClassName
{
color: #200675;
}
.AnyTagClassName
{
color: #200675;
}
</style>
background-color css
<style>
a { background-color: #200675; }
a { background-color: rgb(32,6,117); }
div.DivClassName
{
background-color: #200675;
}
.BgClassName
{
background-color: #200675;
}
</style>
border-color css
<style>
span { border-color: #200675; }
span { border-color: rgb(32,6,117); }
td.TdClassName
{
border-color: #200675;
}
.TagClassName
{
border-color: #200675;
}
</style>