Shades of Persian Indigo #32258D
Tints of Persian Indigo #32258D
RGB
CMYK
RGB Variations
Color information
#32258D (or 0x32258D) is known color: Persian Indigo. HEX triplet: 32, 25 and 8D. RGB value is (50,37,141). Sum of RGB (Red+Green+Blue) = 50+37+141=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #32258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32258D is #CDDA72. Grayscale: #343434. Windows color (decimal): -13490803 or 9250098. OLE color: 9250098.
HSL color Cylindrical-coordinate representation of color #32258D: hue angle of 247.5º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32258D is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 37 | 141 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.45 |
| HSL | 247.5º | 0.58% | 0.35% | - |
| HSV(B) | 247.5º | 0.74% | 0.55% | - |
| XYZ | 6.78 | 3.92 | 25.6 | - |
| YUV | 52.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 141 | 0.65 | 0.74 | 0 | 0.45 | 247.5 | 0.58 | 0.35 |
| Hex | 32 | 25 | 8D | 41 | 4A | 0 | 2D | F8 | 3A | 23 |
| Octal | 62 | 45 | 215 | 101 | 112 | 0 | 55 | 370 | 72 | 43 |
| Binary | 110010 | 100101 | 10001101 | 1000001 | 1001010 | 0 | 101101 | 11111000 | 111010 | 100011 |
Color Harmonies of #32258D
Complementary color
Monochromatic Colors of #32258D
Black with #32258D
Text Example
Text Example
White with #32258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32258D; }
p { color: rgb(50,37,141); }
H1.HeaderClassName
{
color: #32258D;
}
.AnyTagClassName
{
color: #32258D;
}
</style>
background-color css
<style>
a { background-color: #32258D; }
a { background-color: rgb(50,37,141); }
div.DivClassName
{
background-color: #32258D;
}
.BgClassName
{
background-color: #32258D;
}
</style>
border-color css
<style>
span { border-color: #32258D; }
span { border-color: rgb(50,37,141); }
td.TdClassName
{
border-color: #32258D;
}
.TagClassName
{
border-color: #32258D;
}
</style>