Shades of Persian Indigo #32106B
Tints of Persian Indigo #32106B
RGB
CMYK
RGB Variations
Color information
#32106B (or 0x32106B) is known color: Persian Indigo. HEX triplet: 32, 10 and 6B. RGB value is (50,16,107). Sum of RGB (Red+Green+Blue) = 50+16+107=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #32106B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32106B is #CDEF94. Grayscale: #242424. Windows color (decimal): -13496213 or 7016498. OLE color: 7016498.
HSL color Cylindrical-coordinate representation of color #32106B: hue angle of 262.42º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32106B is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 16 | 107 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.58 |
| HSL | 262.42º | 0.74% | 0.24% | - |
| HSV(B) | 262.42º | 0.85% | 0.42% | - |
| XYZ | 4.15 | 2.11 | 14.1 | - |
| YUV | 36.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 107 | 0.53 | 0.85 | 0 | 0.58 | 262.42 | 0.74 | 0.24 |
| Hex | 32 | 10 | 6B | 35 | 55 | 0 | 3A | 106 | 4A | 18 |
| Octal | 62 | 20 | 153 | 65 | 125 | 0 | 72 | 406 | 112 | 30 |
| Binary | 110010 | 10000 | 1101011 | 110101 | 1010101 | 0 | 111010 | 100000110 | 1001010 | 11000 |
Color Harmonies of #32106B
Complementary color
Monochromatic Colors of #32106B
Black with #32106B
Text Example
Text Example
White with #32106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32106B; }
p { color: rgb(50,16,107); }
H1.HeaderClassName
{
color: #32106B;
}
.AnyTagClassName
{
color: #32106B;
}
</style>
background-color css
<style>
a { background-color: #32106B; }
a { background-color: rgb(50,16,107); }
div.DivClassName
{
background-color: #32106B;
}
.BgClassName
{
background-color: #32106B;
}
</style>
border-color css
<style>
span { border-color: #32106B; }
span { border-color: rgb(50,16,107); }
td.TdClassName
{
border-color: #32106B;
}
.TagClassName
{
border-color: #32106B;
}
</style>