Shades of Persian Indigo #32148D
Tints of Persian Indigo #32148D
RGB
CMYK
RGB Variations
Color information
#32148D (or 0x32148D) is known color: Persian Indigo. HEX triplet: 32, 14 and 8D. RGB value is (50,20,141). Sum of RGB (Red+Green+Blue) = 50+20+141=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #32148D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32148D is #CDEB72. Grayscale: #2A2A2A. Windows color (decimal): -13495155 or 9245746. OLE color: 9245746.
HSL color Cylindrical-coordinate representation of color #32148D: hue angle of 254.88º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32148D is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 20 | 141 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.45 |
| HSL | 254.88º | 0.75% | 0.32% | - |
| HSV(B) | 254.88º | 0.86% | 0.55% | - |
| XYZ | 6.37 | 3.1 | 25.46 | - |
| YUV | 42.76 | 183.44 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 141 | 0.65 | 0.86 | 0 | 0.45 | 254.88 | 0.75 | 0.32 |
| Hex | 32 | 14 | 8D | 41 | 56 | 0 | 2D | FF | 4B | 20 |
| Octal | 62 | 24 | 215 | 101 | 126 | 0 | 55 | 377 | 113 | 40 |
| Binary | 110010 | 10100 | 10001101 | 1000001 | 1010110 | 0 | 101101 | 11111111 | 1001011 | 100000 |
Color Harmonies of #32148D
Complementary color
Monochromatic Colors of #32148D
Black with #32148D
Text Example
Text Example
White with #32148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32148D; }
p { color: rgb(50,20,141); }
H1.HeaderClassName
{
color: #32148D;
}
.AnyTagClassName
{
color: #32148D;
}
</style>
background-color css
<style>
a { background-color: #32148D; }
a { background-color: rgb(50,20,141); }
div.DivClassName
{
background-color: #32148D;
}
.BgClassName
{
background-color: #32148D;
}
</style>
border-color css
<style>
span { border-color: #32148D; }
span { border-color: rgb(50,20,141); }
td.TdClassName
{
border-color: #32148D;
}
.TagClassName
{
border-color: #32148D;
}
</style>