Shades of Persian Indigo #32157F
Tints of Persian Indigo #32157F
RGB
CMYK
RGB Variations
Color information
#32157F (or 0x32157F) is known color: Persian Indigo. HEX triplet: 32, 15 and 7F. RGB value is (50,21,127). Sum of RGB (Red+Green+Blue) = 50+21+127=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #32157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32157F is #CDEA80. Grayscale: #292929. Windows color (decimal): -13494913 or 8328498. OLE color: 8328498.
HSL color Cylindrical-coordinate representation of color #32157F: hue angle of 256.42º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32157F is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 21 | 127 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.50 |
| HSL | 256.42º | 0.72% | 0.29% | - |
| HSV(B) | 256.42º | 0.83% | 0.5% | - |
| XYZ | 5.41 | 2.75 | 20.32 | - |
| YUV | 41.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 127 | 0.61 | 0.83 | 0 | 0.50 | 256.42 | 0.72 | 0.29 |
| Hex | 32 | 15 | 7F | 3D | 53 | 0 | 32 | 100 | 48 | 1D |
| Octal | 62 | 25 | 177 | 75 | 123 | 0 | 62 | 400 | 110 | 35 |
| Binary | 110010 | 10101 | 1111111 | 111101 | 1010011 | 0 | 110010 | 100000000 | 1001000 | 11101 |
Color Harmonies of #32157F
Complementary color
Monochromatic Colors of #32157F
Black with #32157F
Text Example
Text Example
White with #32157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32157F; }
p { color: rgb(50,21,127); }
H1.HeaderClassName
{
color: #32157F;
}
.AnyTagClassName
{
color: #32157F;
}
</style>
background-color css
<style>
a { background-color: #32157F; }
a { background-color: rgb(50,21,127); }
div.DivClassName
{
background-color: #32157F;
}
.BgClassName
{
background-color: #32157F;
}
</style>
border-color css
<style>
span { border-color: #32157F; }
span { border-color: rgb(50,21,127); }
td.TdClassName
{
border-color: #32157F;
}
.TagClassName
{
border-color: #32157F;
}
</style>