Shades of Persian Indigo #32179F
Tints of Persian Indigo #32179F
RGB
CMYK
RGB Variations
Color information
#32179F (or 0x32179F) is known color: Persian Indigo. HEX triplet: 32, 17 and 9F. RGB value is (50,23,159). Sum of RGB (Red+Green+Blue) = 50+23+159=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #32179F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32179F is #CDE860. Grayscale: #2E2E2E. Windows color (decimal): -13494369 or 10426162. OLE color: 10426162.
HSL color Cylindrical-coordinate representation of color #32179F: hue angle of 251.91º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32179F is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 23 | 159 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.38 |
| HSL | 251.91º | 0.75% | 0.36% | - |
| HSV(B) | 251.91º | 0.86% | 0.62% | - |
| XYZ | 7.88 | 3.79 | 33.12 | - |
| YUV | 46.58 | 191.45 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 159 | 0.69 | 0.86 | 0 | 0.38 | 251.91 | 0.75 | 0.36 |
| Hex | 32 | 17 | 9F | 45 | 56 | 0 | 26 | FC | 4B | 24 |
| Octal | 62 | 27 | 237 | 105 | 126 | 0 | 46 | 374 | 113 | 44 |
| Binary | 110010 | 10111 | 10011111 | 1000101 | 1010110 | 0 | 100110 | 11111100 | 1001011 | 100100 |
Color Harmonies of #32179F
Complementary color
Monochromatic Colors of #32179F
Black with #32179F
Text Example
Text Example
White with #32179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32179F; }
p { color: rgb(50,23,159); }
H1.HeaderClassName
{
color: #32179F;
}
.AnyTagClassName
{
color: #32179F;
}
</style>
background-color css
<style>
a { background-color: #32179F; }
a { background-color: rgb(50,23,159); }
div.DivClassName
{
background-color: #32179F;
}
.BgClassName
{
background-color: #32179F;
}
</style>
border-color css
<style>
span { border-color: #32179F; }
span { border-color: rgb(50,23,159); }
td.TdClassName
{
border-color: #32179F;
}
.TagClassName
{
border-color: #32179F;
}
</style>