Shades of Persian Indigo #32147C
Tints of Persian Indigo #32147C
RGB
CMYK
RGB Variations
Color information
#32147C (or 0x32147C) is known color: Persian Indigo. HEX triplet: 32, 14 and 7C. RGB value is (50,20,124). Sum of RGB (Red+Green+Blue) = 50+20+124=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #32147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32147C is #CDEB83. Grayscale: #282828. Windows color (decimal): -13495172 or 8131634. OLE color: 8131634.
HSL color Cylindrical-coordinate representation of color #32147C: hue angle of 257.31º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32147C is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 20 | 124 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.51 |
| HSL | 257.31º | 0.72% | 0.28% | - |
| HSV(B) | 257.31º | 0.84% | 0.49% | - |
| XYZ | 5.2 | 2.63 | 19.3 | - |
| YUV | 40.83 | 174.94 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 124 | 0.60 | 0.84 | 0 | 0.51 | 257.31 | 0.72 | 0.28 |
| Hex | 32 | 14 | 7C | 3C | 54 | 0 | 33 | 101 | 48 | 1C |
| Octal | 62 | 24 | 174 | 74 | 124 | 0 | 63 | 401 | 110 | 34 |
| Binary | 110010 | 10100 | 1111100 | 111100 | 1010100 | 0 | 110011 | 100000001 | 1001000 | 11100 |
Color Harmonies of #32147C
Complementary color
Monochromatic Colors of #32147C
Black with #32147C
Text Example
Text Example
White with #32147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32147C; }
p { color: rgb(50,20,124); }
H1.HeaderClassName
{
color: #32147C;
}
.AnyTagClassName
{
color: #32147C;
}
</style>
background-color css
<style>
a { background-color: #32147C; }
a { background-color: rgb(50,20,124); }
div.DivClassName
{
background-color: #32147C;
}
.BgClassName
{
background-color: #32147C;
}
</style>
border-color css
<style>
span { border-color: #32147C; }
span { border-color: rgb(50,20,124); }
td.TdClassName
{
border-color: #32147C;
}
.TagClassName
{
border-color: #32147C;
}
</style>