Shades of Persian Indigo #32157B
Tints of Persian Indigo #32157B
RGB
CMYK
RGB Variations
Color information
#32157B (or 0x32157B) is known color: Persian Indigo. HEX triplet: 32, 15 and 7B. RGB value is (50,21,123). Sum of RGB (Red+Green+Blue) = 50+21+123=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 123 (48.44% from 255 or 63.40% from 194); Max value from RGB is 123 - color contains mainly: blue. Hex color #32157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32157B is #CDEA84. Grayscale: #282828. Windows color (decimal): -13494917 or 8066354. OLE color: 8066354.
HSL color Cylindrical-coordinate representation of color #32157B: hue angle of 257.06º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32157B is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 21 | 123 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.52 |
| HSL | 257.06º | 0.71% | 0.28% | - |
| HSV(B) | 257.06º | 0.83% | 0.48% | - |
| XYZ | 5.16 | 2.64 | 18.98 | - |
| YUV | 41.3 | 174.11 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 123 | 0.59 | 0.83 | 0 | 0.52 | 257.06 | 0.71 | 0.28 |
| Hex | 32 | 15 | 7B | 3B | 53 | 0 | 34 | 101 | 47 | 1C |
| Octal | 62 | 25 | 173 | 73 | 123 | 0 | 64 | 401 | 107 | 34 |
| Binary | 110010 | 10101 | 1111011 | 111011 | 1010011 | 0 | 110100 | 100000001 | 1000111 | 11100 |
Color Harmonies of #32157B
Complementary color
Monochromatic Colors of #32157B
Black with #32157B
Text Example
Text Example
White with #32157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32157B; }
p { color: rgb(50,21,123); }
H1.HeaderClassName
{
color: #32157B;
}
.AnyTagClassName
{
color: #32157B;
}
</style>
background-color css
<style>
a { background-color: #32157B; }
a { background-color: rgb(50,21,123); }
div.DivClassName
{
background-color: #32157B;
}
.BgClassName
{
background-color: #32157B;
}
</style>
border-color css
<style>
span { border-color: #32157B; }
span { border-color: rgb(50,21,123); }
td.TdClassName
{
border-color: #32157B;
}
.TagClassName
{
border-color: #32157B;
}
</style>