Shades of Persian Indigo #32118B
Tints of Persian Indigo #32118B
RGB
CMYK
RGB Variations
Color information
#32118B (or 0x32118B) is known color: Persian Indigo. HEX triplet: 32, 11 and 8B. RGB value is (50,17,139). Sum of RGB (Red+Green+Blue) = 50+17+139=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #32118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32118B is #CDEE74. Grayscale: #282828. Windows color (decimal): -13495925 or 9113906. OLE color: 9113906.
HSL color Cylindrical-coordinate representation of color #32118B: hue angle of 256.23º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32118B is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 17 | 139 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.45 |
| HSL | 256.23º | 0.78% | 0.31% | - |
| HSV(B) | 256.23º | 0.88% | 0.55% | - |
| XYZ | 6.18 | 2.94 | 24.67 | - |
| YUV | 40.78 | 183.43 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 139 | 0.64 | 0.88 | 0 | 0.45 | 256.23 | 0.78 | 0.31 |
| Hex | 32 | 11 | 8B | 40 | 58 | 0 | 2D | 100 | 4E | 1F |
| Octal | 62 | 21 | 213 | 100 | 130 | 0 | 55 | 400 | 116 | 37 |
| Binary | 110010 | 10001 | 10001011 | 1000000 | 1011000 | 0 | 101101 | 100000000 | 1001110 | 11111 |
Color Harmonies of #32118B
Complementary color
Monochromatic Colors of #32118B
Black with #32118B
Text Example
Text Example
White with #32118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32118B; }
p { color: rgb(50,17,139); }
H1.HeaderClassName
{
color: #32118B;
}
.AnyTagClassName
{
color: #32118B;
}
</style>
background-color css
<style>
a { background-color: #32118B; }
a { background-color: rgb(50,17,139); }
div.DivClassName
{
background-color: #32118B;
}
.BgClassName
{
background-color: #32118B;
}
</style>
border-color css
<style>
span { border-color: #32118B; }
span { border-color: rgb(50,17,139); }
td.TdClassName
{
border-color: #32118B;
}
.TagClassName
{
border-color: #32118B;
}
</style>