Shades of Persian Indigo #200175
Tints of Persian Indigo #200175
RGB
CMYK
RGB Variations
Color information
#200175 (or 0x200175) is known color: Persian Indigo. HEX triplet: 20, 01 and 75. RGB value is (32,1,117). Sum of RGB (Red+Green+Blue) = 32+1+117=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #200175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200175 is #DFFE8A. Grayscale: #171717. Windows color (decimal): -14679691 or 7668000. OLE color: 7668000.
HSL color Cylindrical-coordinate representation of color #200175: hue angle of 256.03º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200175 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 1 | 117 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.54 |
| HSL | 256.03º | 0.98% | 0.23% | - |
| HSV(B) | 256.03º | 0.99% | 0.46% | - |
| XYZ | 3.82 | 1.61 | 16.94 | - |
| YUV | 23.49 | 180.77 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 117 | 0.73 | 0.99 | 0 | 0.54 | 256.03 | 0.98 | 0.23 |
| Hex | 20 | 1 | 75 | 49 | 63 | 0 | 36 | 100 | 62 | 17 |
| Octal | 40 | 1 | 165 | 111 | 143 | 0 | 66 | 400 | 142 | 27 |
| Binary | 100000 | 1 | 1110101 | 1001001 | 1100011 | 0 | 110110 | 100000000 | 1100010 | 10111 |
Color Harmonies of #200175
Complementary color
Monochromatic Colors of #200175
Black with #200175
Text Example
Text Example
White with #200175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200175; }
p { color: rgb(32,1,117); }
H1.HeaderClassName
{
color: #200175;
}
.AnyTagClassName
{
color: #200175;
}
</style>
background-color css
<style>
a { background-color: #200175; }
a { background-color: rgb(32,1,117); }
div.DivClassName
{
background-color: #200175;
}
.BgClassName
{
background-color: #200175;
}
</style>
border-color css
<style>
span { border-color: #200175; }
span { border-color: rgb(32,1,117); }
td.TdClassName
{
border-color: #200175;
}
.TagClassName
{
border-color: #200175;
}
</style>