Shades of Persian Indigo #32137F
Tints of Persian Indigo #32137F
RGB
CMYK
RGB Variations
Color information
#32137F (or 0x32137F) is known color: Persian Indigo. HEX triplet: 32, 13 and 7F. RGB value is (50,19,127). Sum of RGB (Red+Green+Blue) = 50+19+127=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #32137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32137F is #CDEC80. Grayscale: #282828. Windows color (decimal): -13495425 or 8327986. OLE color: 8327986.
HSL color Cylindrical-coordinate representation of color #32137F: hue angle of 257.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32137F is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 19 | 127 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.50 |
| HSL | 257.22º | 0.74% | 0.29% | - |
| HSV(B) | 257.22º | 0.85% | 0.5% | - |
| XYZ | 5.38 | 2.68 | 20.31 | - |
| YUV | 40.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 127 | 0.61 | 0.85 | 0 | 0.50 | 257.22 | 0.74 | 0.29 |
| Hex | 32 | 13 | 7F | 3D | 55 | 0 | 32 | 101 | 4A | 1D |
| Octal | 62 | 23 | 177 | 75 | 125 | 0 | 62 | 401 | 112 | 35 |
| Binary | 110010 | 10011 | 1111111 | 111101 | 1010101 | 0 | 110010 | 100000001 | 1001010 | 11101 |
Color Harmonies of #32137F
Complementary color
Monochromatic Colors of #32137F
Black with #32137F
Text Example
Text Example
White with #32137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32137F; }
p { color: rgb(50,19,127); }
H1.HeaderClassName
{
color: #32137F;
}
.AnyTagClassName
{
color: #32137F;
}
</style>
background-color css
<style>
a { background-color: #32137F; }
a { background-color: rgb(50,19,127); }
div.DivClassName
{
background-color: #32137F;
}
.BgClassName
{
background-color: #32137F;
}
</style>
border-color css
<style>
span { border-color: #32137F; }
span { border-color: rgb(50,19,127); }
td.TdClassName
{
border-color: #32137F;
}
.TagClassName
{
border-color: #32137F;
}
</style>