Shades of Persian Indigo #32147F
Tints of Persian Indigo #32147F
RGB
CMYK
RGB Variations
Color information
#32147F (or 0x32147F) is known color: Persian Indigo. HEX triplet: 32, 14 and 7F. RGB value is (50,20,127). Sum of RGB (Red+Green+Blue) = 50+20+127=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #32147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32147F is #CDEB80. Grayscale: #282828. Windows color (decimal): -13495169 or 8328242. OLE color: 8328242.
HSL color Cylindrical-coordinate representation of color #32147F: hue angle of 256.82º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32147F is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 20 | 127 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.50 |
| HSL | 256.82º | 0.73% | 0.29% | - |
| HSV(B) | 256.82º | 0.84% | 0.5% | - |
| XYZ | 5.4 | 2.71 | 20.32 | - |
| YUV | 41.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 127 | 0.61 | 0.84 | 0 | 0.50 | 256.82 | 0.73 | 0.29 |
| Hex | 32 | 14 | 7F | 3D | 54 | 0 | 32 | 101 | 49 | 1D |
| Octal | 62 | 24 | 177 | 75 | 124 | 0 | 62 | 401 | 111 | 35 |
| Binary | 110010 | 10100 | 1111111 | 111101 | 1010100 | 0 | 110010 | 100000001 | 1001001 | 11101 |
Color Harmonies of #32147F
Complementary color
Monochromatic Colors of #32147F
Black with #32147F
Text Example
Text Example
White with #32147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32147F; }
p { color: rgb(50,20,127); }
H1.HeaderClassName
{
color: #32147F;
}
.AnyTagClassName
{
color: #32147F;
}
</style>
background-color css
<style>
a { background-color: #32147F; }
a { background-color: rgb(50,20,127); }
div.DivClassName
{
background-color: #32147F;
}
.BgClassName
{
background-color: #32147F;
}
</style>
border-color css
<style>
span { border-color: #32147F; }
span { border-color: rgb(50,20,127); }
td.TdClassName
{
border-color: #32147F;
}
.TagClassName
{
border-color: #32147F;
}
</style>