Shades of Persian Indigo #32257F
Tints of Persian Indigo #32257F
RGB
CMYK
RGB Variations
Color information
#32257F (or 0x32257F) is known color: Persian Indigo. HEX triplet: 32, 25 and 7F. RGB value is (50,37,127). Sum of RGB (Red+Green+Blue) = 50+37+127=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #32257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32257F is #CDDA80. Grayscale: #323232. Windows color (decimal): -13490817 or 8332594. OLE color: 8332594.
HSL color Cylindrical-coordinate representation of color #32257F: hue angle of 248.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32257F is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 37 | 127 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.50 |
| HSL | 248.67º | 0.55% | 0.32% | - |
| HSV(B) | 248.67º | 0.71% | 0.5% | - |
| XYZ | 5.81 | 3.53 | 20.45 | - |
| YUV | 51.15 | 170.81 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 127 | 0.61 | 0.71 | 0 | 0.50 | 248.67 | 0.55 | 0.32 |
| Hex | 32 | 25 | 7F | 3D | 47 | 0 | 32 | F9 | 37 | 20 |
| Octal | 62 | 45 | 177 | 75 | 107 | 0 | 62 | 371 | 67 | 40 |
| Binary | 110010 | 100101 | 1111111 | 111101 | 1000111 | 0 | 110010 | 11111001 | 110111 | 100000 |
Color Harmonies of #32257F
Complementary color
Monochromatic Colors of #32257F
Black with #32257F
Text Example
Text Example
White with #32257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32257F; }
p { color: rgb(50,37,127); }
H1.HeaderClassName
{
color: #32257F;
}
.AnyTagClassName
{
color: #32257F;
}
</style>
background-color css
<style>
a { background-color: #32257F; }
a { background-color: rgb(50,37,127); }
div.DivClassName
{
background-color: #32257F;
}
.BgClassName
{
background-color: #32257F;
}
</style>
border-color css
<style>
span { border-color: #32257F; }
span { border-color: rgb(50,37,127); }
td.TdClassName
{
border-color: #32257F;
}
.TagClassName
{
border-color: #32257F;
}
</style>