Shades of Persian Indigo #32258E
Tints of Persian Indigo #32258E
RGB
CMYK
RGB Variations
Color information
#32258E (or 0x32258E) is known color: Persian Indigo. HEX triplet: 32, 25 and 8E. RGB value is (50,37,142). Sum of RGB (Red+Green+Blue) = 50+37+142=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #32258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32258E is #CDDA71. Grayscale: #343434. Windows color (decimal): -13490802 or 9315634. OLE color: 9315634.
HSL color Cylindrical-coordinate representation of color #32258E: hue angle of 247.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32258E is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 37 | 142 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.44 |
| HSL | 247.43º | 0.59% | 0.35% | - |
| HSV(B) | 247.43º | 0.74% | 0.56% | - |
| XYZ | 6.86 | 3.95 | 25.99 | - |
| YUV | 52.86 | 178.31 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 142 | 0.65 | 0.74 | 0 | 0.44 | 247.43 | 0.59 | 0.35 |
| Hex | 32 | 25 | 8E | 41 | 4A | 0 | 2C | F7 | 3B | 23 |
| Octal | 62 | 45 | 216 | 101 | 112 | 0 | 54 | 367 | 73 | 43 |
| Binary | 110010 | 100101 | 10001110 | 1000001 | 1001010 | 0 | 101100 | 11110111 | 111011 | 100011 |
Color Harmonies of #32258E
Complementary color
Monochromatic Colors of #32258E
Black with #32258E
Text Example
Text Example
White with #32258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32258E; }
p { color: rgb(50,37,142); }
H1.HeaderClassName
{
color: #32258E;
}
.AnyTagClassName
{
color: #32258E;
}
</style>
background-color css
<style>
a { background-color: #32258E; }
a { background-color: rgb(50,37,142); }
div.DivClassName
{
background-color: #32258E;
}
.BgClassName
{
background-color: #32258E;
}
</style>
border-color css
<style>
span { border-color: #32258E; }
span { border-color: rgb(50,37,142); }
td.TdClassName
{
border-color: #32258E;
}
.TagClassName
{
border-color: #32258E;
}
</style>