Shades of Persian Indigo #32166F
Tints of Persian Indigo #32166F
RGB
CMYK
RGB Variations
Color information
#32166F (or 0x32166F) is known color: Persian Indigo. HEX triplet: 32, 16 and 6F. RGB value is (50,22,111). Sum of RGB (Red+Green+Blue) = 50+22+111=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #32166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32166F is #CDE990. Grayscale: #282828. Windows color (decimal): -13494673 or 7280178. OLE color: 7280178.
HSL color Cylindrical-coordinate representation of color #32166F: hue angle of 258.88º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32166F is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 22 | 111 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.56 |
| HSL | 258.88º | 0.67% | 0.26% | - |
| HSV(B) | 258.88º | 0.8% | 0.44% | - |
| XYZ | 4.47 | 2.4 | 15.27 | - |
| YUV | 40.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 111 | 0.55 | 0.80 | 0 | 0.56 | 258.88 | 0.67 | 0.26 |
| Hex | 32 | 16 | 6F | 37 | 50 | 0 | 38 | 103 | 43 | 1A |
| Octal | 62 | 26 | 157 | 67 | 120 | 0 | 70 | 403 | 103 | 32 |
| Binary | 110010 | 10110 | 1101111 | 110111 | 1010000 | 0 | 111000 | 100000011 | 1000011 | 11010 |
Color Harmonies of #32166F
Complementary color
Monochromatic Colors of #32166F
Black with #32166F
Text Example
Text Example
White with #32166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32166F; }
p { color: rgb(50,22,111); }
H1.HeaderClassName
{
color: #32166F;
}
.AnyTagClassName
{
color: #32166F;
}
</style>
background-color css
<style>
a { background-color: #32166F; }
a { background-color: rgb(50,22,111); }
div.DivClassName
{
background-color: #32166F;
}
.BgClassName
{
background-color: #32166F;
}
</style>
border-color css
<style>
span { border-color: #32166F; }
span { border-color: rgb(50,22,111); }
td.TdClassName
{
border-color: #32166F;
}
.TagClassName
{
border-color: #32166F;
}
</style>