Shades of Persian Indigo #32008D
Tints of Persian Indigo #32008D
RGB
CMYK
RGB Variations
Color information
#32008D (or 0x32008D) is known color: Persian Indigo. HEX triplet: 32, 00 and 8D. RGB value is (50,0,141). Sum of RGB (Red+Green+Blue) = 50+0+141=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 141 (55.47% from 255 or 73.82% from 191); Max value from RGB is 141 - color contains mainly: blue. Hex color #32008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32008D is #CDFF72. Grayscale: #1E1E1E. Windows color (decimal): -13500275 or 9240626. OLE color: 9240626.
HSL color Cylindrical-coordinate representation of color #32008D: hue angle of 261.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32008D is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 0 | 141 | - |
| CMYK | 0.65 | 1 | 0 | 0.45 |
| HSL | 261.28º | 1% | 0.28% | - |
| HSV(B) | 261.28º | 1% | 0.55% | - |
| XYZ | 6.12 | 2.6 | 25.38 | - |
| YUV | 31.02 | 190.07 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 141 | 0.65 | 1 | 0 | 0.45 | 261.28 | 1 | 0.28 |
| Hex | 32 | 0 | 8D | 41 | 64 | 0 | 2D | 105 | 64 | 1C |
| Octal | 62 | 0 | 215 | 101 | 144 | 0 | 55 | 405 | 144 | 34 |
| Binary | 110010 | 0 | 10001101 | 1000001 | 1100100 | 0 | 101101 | 100000101 | 1100100 | 11100 |
Color Harmonies of #32008D
Complementary color
Monochromatic Colors of #32008D
Black with #32008D
Text Example
Text Example
White with #32008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32008D; }
p { color: rgb(50,0,141); }
H1.HeaderClassName
{
color: #32008D;
}
.AnyTagClassName
{
color: #32008D;
}
</style>
background-color css
<style>
a { background-color: #32008D; }
a { background-color: rgb(50,0,141); }
div.DivClassName
{
background-color: #32008D;
}
.BgClassName
{
background-color: #32008D;
}
</style>
border-color css
<style>
span { border-color: #32008D; }
span { border-color: rgb(50,0,141); }
td.TdClassName
{
border-color: #32008D;
}
.TagClassName
{
border-color: #32008D;
}
</style>