Shades of Persian Indigo #32137A
Tints of Persian Indigo #32137A
RGB
CMYK
RGB Variations
Color information
#32137A (or 0x32137A) is known color: Persian Indigo. HEX triplet: 32, 13 and 7A. RGB value is (50,19,122). Sum of RGB (Red+Green+Blue) = 50+19+122=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #32137A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32137A is #CDEC85. Grayscale: #272727. Windows color (decimal): -13495430 or 8000306. OLE color: 8000306.
HSL color Cylindrical-coordinate representation of color #32137A: hue angle of 258.06º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32137A is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 19 | 122 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.52 |
| HSL | 258.06º | 0.73% | 0.28% | - |
| HSV(B) | 258.06º | 0.84% | 0.48% | - |
| XYZ | 5.06 | 2.55 | 18.64 | - |
| YUV | 40.01 | 174.27 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 122 | 0.59 | 0.84 | 0 | 0.52 | 258.06 | 0.73 | 0.28 |
| Hex | 32 | 13 | 7A | 3B | 54 | 0 | 34 | 102 | 49 | 1C |
| Octal | 62 | 23 | 172 | 73 | 124 | 0 | 64 | 402 | 111 | 34 |
| Binary | 110010 | 10011 | 1111010 | 111011 | 1010100 | 0 | 110100 | 100000010 | 1001001 | 11100 |
Color Harmonies of #32137A
Complementary color
Monochromatic Colors of #32137A
Black with #32137A
Text Example
Text Example
White with #32137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32137A; }
p { color: rgb(50,19,122); }
H1.HeaderClassName
{
color: #32137A;
}
.AnyTagClassName
{
color: #32137A;
}
</style>
background-color css
<style>
a { background-color: #32137A; }
a { background-color: rgb(50,19,122); }
div.DivClassName
{
background-color: #32137A;
}
.BgClassName
{
background-color: #32137A;
}
</style>
border-color css
<style>
span { border-color: #32137A; }
span { border-color: rgb(50,19,122); }
td.TdClassName
{
border-color: #32137A;
}
.TagClassName
{
border-color: #32137A;
}
</style>