Shades of Persian Indigo #321C79
Tints of Persian Indigo #321C79
RGB
CMYK
RGB Variations
Color information
#321C79 (or 0x321C79) is known color: Persian Indigo. HEX triplet: 32, 1C and 79. RGB value is (50,28,121). Sum of RGB (Red+Green+Blue) = 50+28+121=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #321C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C79 is #CDE386. Grayscale: #2C2C2C. Windows color (decimal): -13493127 or 7937074. OLE color: 7937074.
HSL color Cylindrical-coordinate representation of color #321C79: hue angle of 254.19º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #321C79 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 28 | 121 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.53 |
| HSL | 254.19º | 0.62% | 0.29% | - |
| HSV(B) | 254.19º | 0.77% | 0.47% | - |
| XYZ | 5.18 | 2.89 | 18.37 | - |
| YUV | 45.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 121 | 0.59 | 0.77 | 0 | 0.53 | 254.19 | 0.62 | 0.29 |
| Hex | 32 | 1C | 79 | 3B | 4D | 0 | 35 | FE | 3E | 1D |
| Octal | 62 | 34 | 171 | 73 | 115 | 0 | 65 | 376 | 76 | 35 |
| Binary | 110010 | 11100 | 1111001 | 111011 | 1001101 | 0 | 110101 | 11111110 | 111110 | 11101 |
Color Harmonies of #321C79
Complementary color
Monochromatic Colors of #321C79
Black with #321C79
Text Example
Text Example
White with #321C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C79; }
p { color: rgb(50,28,121); }
H1.HeaderClassName
{
color: #321C79;
}
.AnyTagClassName
{
color: #321C79;
}
</style>
background-color css
<style>
a { background-color: #321C79; }
a { background-color: rgb(50,28,121); }
div.DivClassName
{
background-color: #321C79;
}
.BgClassName
{
background-color: #321C79;
}
</style>
border-color css
<style>
span { border-color: #321C79; }
span { border-color: rgb(50,28,121); }
td.TdClassName
{
border-color: #321C79;
}
.TagClassName
{
border-color: #321C79;
}
</style>