Shades of Persian Indigo #32047A
Tints of Persian Indigo #32047A
RGB
CMYK
RGB Variations
Color information
#32047A (or 0x32047A) is known color: Persian Indigo. HEX triplet: 32, 04 and 7A. RGB value is (50,4,122). Sum of RGB (Red+Green+Blue) = 50+4+122=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #32047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32047A is #CDFB85. Grayscale: #1E1E1E. Windows color (decimal): -13499270 or 7996466. OLE color: 7996466.
HSL color Cylindrical-coordinate representation of color #32047A: hue angle of 263.39º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32047A is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 4 | 122 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.52 |
| HSL | 263.39º | 0.94% | 0.25% | - |
| HSV(B) | 263.39º | 0.97% | 0.48% | - |
| XYZ | 4.87 | 2.17 | 18.57 | - |
| YUV | 31.21 | 179.24 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 122 | 0.59 | 0.97 | 0 | 0.52 | 263.39 | 0.94 | 0.25 |
| Hex | 32 | 4 | 7A | 3B | 61 | 0 | 34 | 107 | 5E | 19 |
| Octal | 62 | 4 | 172 | 73 | 141 | 0 | 64 | 407 | 136 | 31 |
| Binary | 110010 | 100 | 1111010 | 111011 | 1100001 | 0 | 110100 | 100000111 | 1011110 | 11001 |
Color Harmonies of #32047A
Complementary color
Monochromatic Colors of #32047A
Black with #32047A
Text Example
Text Example
White with #32047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32047A; }
p { color: rgb(50,4,122); }
H1.HeaderClassName
{
color: #32047A;
}
.AnyTagClassName
{
color: #32047A;
}
</style>
background-color css
<style>
a { background-color: #32047A; }
a { background-color: rgb(50,4,122); }
div.DivClassName
{
background-color: #32047A;
}
.BgClassName
{
background-color: #32047A;
}
</style>
border-color css
<style>
span { border-color: #32047A; }
span { border-color: rgb(50,4,122); }
td.TdClassName
{
border-color: #32047A;
}
.TagClassName
{
border-color: #32047A;
}
</style>