Shades of Persian Indigo #321C84
Tints of Persian Indigo #321C84
RGB
CMYK
RGB Variations
Color information
#321C84 (or 0x321C84) is known color: Persian Indigo. HEX triplet: 32, 1C and 84. RGB value is (50,28,132). Sum of RGB (Red+Green+Blue) = 50+28+132=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #321C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321C84 is #CDE37B. Grayscale: #2E2E2E. Windows color (decimal): -13493116 or 8657970. OLE color: 8657970.
HSL color Cylindrical-coordinate representation of color #321C84: hue angle of 252.69º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321C84 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 28 | 132 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.48 |
| HSL | 252.69º | 0.65% | 0.31% | - |
| HSV(B) | 252.69º | 0.79% | 0.52% | - |
| XYZ | 5.9 | 3.17 | 22.13 | - |
| YUV | 46.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 132 | 0.62 | 0.79 | 0 | 0.48 | 252.69 | 0.65 | 0.31 |
| Hex | 32 | 1C | 84 | 3E | 4F | 0 | 30 | FD | 41 | 1F |
| Octal | 62 | 34 | 204 | 76 | 117 | 0 | 60 | 375 | 101 | 37 |
| Binary | 110010 | 11100 | 10000100 | 111110 | 1001111 | 0 | 110000 | 11111101 | 1000001 | 11111 |
Color Harmonies of #321C84
Complementary color
Monochromatic Colors of #321C84
Black with #321C84
Text Example
Text Example
White with #321C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C84; }
p { color: rgb(50,28,132); }
H1.HeaderClassName
{
color: #321C84;
}
.AnyTagClassName
{
color: #321C84;
}
</style>
background-color css
<style>
a { background-color: #321C84; }
a { background-color: rgb(50,28,132); }
div.DivClassName
{
background-color: #321C84;
}
.BgClassName
{
background-color: #321C84;
}
</style>
border-color css
<style>
span { border-color: #321C84; }
span { border-color: rgb(50,28,132); }
td.TdClassName
{
border-color: #321C84;
}
.TagClassName
{
border-color: #321C84;
}
</style>