Shades of Persian Indigo #32169F
Tints of Persian Indigo #32169F
RGB
CMYK
RGB Variations
Color information
#32169F (or 0x32169F) is known color: Persian Indigo. HEX triplet: 32, 16 and 9F. RGB value is (50,22,159). Sum of RGB (Red+Green+Blue) = 50+22+159=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #32169F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32169F is #CDE960. Grayscale: #2D2D2D. Windows color (decimal): -13494625 or 10425906. OLE color: 10425906.
HSL color Cylindrical-coordinate representation of color #32169F: hue angle of 252.26º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32169F is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 22 | 159 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.38 |
| HSL | 252.26º | 0.76% | 0.35% | - |
| HSV(B) | 252.26º | 0.86% | 0.62% | - |
| XYZ | 7.86 | 3.76 | 33.11 | - |
| YUV | 45.99 | 191.78 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 159 | 0.69 | 0.86 | 0 | 0.38 | 252.26 | 0.76 | 0.35 |
| Hex | 32 | 16 | 9F | 45 | 56 | 0 | 26 | FC | 4C | 23 |
| Octal | 62 | 26 | 237 | 105 | 126 | 0 | 46 | 374 | 114 | 43 |
| Binary | 110010 | 10110 | 10011111 | 1000101 | 1010110 | 0 | 100110 | 11111100 | 1001100 | 100011 |
Color Harmonies of #32169F
Complementary color
Monochromatic Colors of #32169F
Black with #32169F
Text Example
Text Example
White with #32169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32169F; }
p { color: rgb(50,22,159); }
H1.HeaderClassName
{
color: #32169F;
}
.AnyTagClassName
{
color: #32169F;
}
</style>
background-color css
<style>
a { background-color: #32169F; }
a { background-color: rgb(50,22,159); }
div.DivClassName
{
background-color: #32169F;
}
.BgClassName
{
background-color: #32169F;
}
</style>
border-color css
<style>
span { border-color: #32169F; }
span { border-color: rgb(50,22,159); }
td.TdClassName
{
border-color: #32169F;
}
.TagClassName
{
border-color: #32169F;
}
</style>