Shades of Persian Indigo #321980
Tints of Persian Indigo #321980
RGB
CMYK
RGB Variations
Color information
#321980 (or 0x321980) is known color: Persian Indigo. HEX triplet: 32, 19 and 80. RGB value is (50,25,128). Sum of RGB (Red+Green+Blue) = 50+25+128=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #321980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321980 is #CDE67F. Grayscale: #2B2B2B. Windows color (decimal): -13493888 or 8395058. OLE color: 8395058.
HSL color Cylindrical-coordinate representation of color #321980: hue angle of 254.56º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321980 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 25 | 128 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.50 |
| HSL | 254.56º | 0.67% | 0.3% | - |
| HSV(B) | 254.56º | 0.8% | 0.5% | - |
| XYZ | 5.56 | 2.93 | 20.69 | - |
| YUV | 44.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 128 | 0.61 | 0.80 | 0 | 0.50 | 254.56 | 0.67 | 0.3 |
| Hex | 32 | 19 | 80 | 3D | 50 | 0 | 32 | FF | 43 | 1E |
| Octal | 62 | 31 | 200 | 75 | 120 | 0 | 62 | 377 | 103 | 36 |
| Binary | 110010 | 11001 | 10000000 | 111101 | 1010000 | 0 | 110010 | 11111111 | 1000011 | 11110 |
Color Harmonies of #321980
Complementary color
Monochromatic Colors of #321980
Black with #321980
Text Example
Text Example
White with #321980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321980; }
p { color: rgb(50,25,128); }
H1.HeaderClassName
{
color: #321980;
}
.AnyTagClassName
{
color: #321980;
}
</style>
background-color css
<style>
a { background-color: #321980; }
a { background-color: rgb(50,25,128); }
div.DivClassName
{
background-color: #321980;
}
.BgClassName
{
background-color: #321980;
}
</style>
border-color css
<style>
span { border-color: #321980; }
span { border-color: rgb(50,25,128); }
td.TdClassName
{
border-color: #321980;
}
.TagClassName
{
border-color: #321980;
}
</style>