Shades of Persian Indigo #32237F
Tints of Persian Indigo #32237F
RGB
CMYK
RGB Variations
Color information
#32237F (or 0x32237F) is known color: Persian Indigo. HEX triplet: 32, 23 and 7F. RGB value is (50,35,127). Sum of RGB (Red+Green+Blue) = 50+35+127=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #32237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32237F is #CDDC80. Grayscale: #313131. Windows color (decimal): -13491329 or 8332082. OLE color: 8332082.
HSL color Cylindrical-coordinate representation of color #32237F: hue angle of 249.78º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32237F is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 35 | 127 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.50 |
| HSL | 249.78º | 0.57% | 0.32% | - |
| HSV(B) | 249.78º | 0.72% | 0.5% | - |
| XYZ | 5.75 | 3.41 | 20.43 | - |
| YUV | 49.97 | 171.47 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 127 | 0.61 | 0.72 | 0 | 0.50 | 249.78 | 0.57 | 0.32 |
| Hex | 32 | 23 | 7F | 3D | 48 | 0 | 32 | FA | 39 | 20 |
| Octal | 62 | 43 | 177 | 75 | 110 | 0 | 62 | 372 | 71 | 40 |
| Binary | 110010 | 100011 | 1111111 | 111101 | 1001000 | 0 | 110010 | 11111010 | 111001 | 100000 |
Color Harmonies of #32237F
Complementary color
Monochromatic Colors of #32237F
Black with #32237F
Text Example
Text Example
White with #32237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32237F; }
p { color: rgb(50,35,127); }
H1.HeaderClassName
{
color: #32237F;
}
.AnyTagClassName
{
color: #32237F;
}
</style>
background-color css
<style>
a { background-color: #32237F; }
a { background-color: rgb(50,35,127); }
div.DivClassName
{
background-color: #32237F;
}
.BgClassName
{
background-color: #32237F;
}
</style>
border-color css
<style>
span { border-color: #32237F; }
span { border-color: rgb(50,35,127); }
td.TdClassName
{
border-color: #32237F;
}
.TagClassName
{
border-color: #32237F;
}
</style>