Shades of Persian Indigo #32186F
Tints of Persian Indigo #32186F
RGB
CMYK
RGB Variations
Color information
#32186F (or 0x32186F) is known color: Persian Indigo. HEX triplet: 32, 18 and 6F. RGB value is (50,24,111). Sum of RGB (Red+Green+Blue) = 50+24+111=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #32186F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32186F is #CDE790. Grayscale: #292929. Windows color (decimal): -13494161 or 7280690. OLE color: 7280690.
HSL color Cylindrical-coordinate representation of color #32186F: hue angle of 257.93º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32186F is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 24 | 111 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.56 |
| HSL | 257.93º | 0.64% | 0.26% | - |
| HSV(B) | 257.93º | 0.78% | 0.44% | - |
| XYZ | 4.51 | 2.48 | 15.28 | - |
| YUV | 41.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 111 | 0.55 | 0.78 | 0 | 0.56 | 257.93 | 0.64 | 0.26 |
| Hex | 32 | 18 | 6F | 37 | 4E | 0 | 38 | 102 | 40 | 1A |
| Octal | 62 | 30 | 157 | 67 | 116 | 0 | 70 | 402 | 100 | 32 |
| Binary | 110010 | 11000 | 1101111 | 110111 | 1001110 | 0 | 111000 | 100000010 | 1000000 | 11010 |
Color Harmonies of #32186F
Complementary color
Monochromatic Colors of #32186F
Black with #32186F
Text Example
Text Example
White with #32186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32186F; }
p { color: rgb(50,24,111); }
H1.HeaderClassName
{
color: #32186F;
}
.AnyTagClassName
{
color: #32186F;
}
</style>
background-color css
<style>
a { background-color: #32186F; }
a { background-color: rgb(50,24,111); }
div.DivClassName
{
background-color: #32186F;
}
.BgClassName
{
background-color: #32186F;
}
</style>
border-color css
<style>
span { border-color: #32186F; }
span { border-color: rgb(50,24,111); }
td.TdClassName
{
border-color: #32186F;
}
.TagClassName
{
border-color: #32186F;
}
</style>