Shades of Persian Indigo #321D76
Tints of Persian Indigo #321D76
RGB
CMYK
RGB Variations
Color information
#321D76 (or 0x321D76) is known color: Persian Indigo. HEX triplet: 32, 1D and 76. RGB value is (50,29,118). Sum of RGB (Red+Green+Blue) = 50+29+118=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #321D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321D76 is #CDE289. Grayscale: #2D2D2D. Windows color (decimal): -13492874 or 7740722. OLE color: 7740722.
HSL color Cylindrical-coordinate representation of color #321D76: hue angle of 254.16º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321D76 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 29 | 118 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.54 |
| HSL | 254.16º | 0.61% | 0.29% | - |
| HSV(B) | 254.16º | 0.75% | 0.46% | - |
| XYZ | 5.02 | 2.86 | 17.43 | - |
| YUV | 45.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 118 | 0.58 | 0.75 | 0 | 0.54 | 254.16 | 0.61 | 0.29 |
| Hex | 32 | 1D | 76 | 3A | 4B | 0 | 36 | FE | 3D | 1D |
| Octal | 62 | 35 | 166 | 72 | 113 | 0 | 66 | 376 | 75 | 35 |
| Binary | 110010 | 11101 | 1110110 | 111010 | 1001011 | 0 | 110110 | 11111110 | 111101 | 11101 |
Color Harmonies of #321D76
Complementary color
Monochromatic Colors of #321D76
Black with #321D76
Text Example
Text Example
White with #321D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D76; }
p { color: rgb(50,29,118); }
H1.HeaderClassName
{
color: #321D76;
}
.AnyTagClassName
{
color: #321D76;
}
</style>
background-color css
<style>
a { background-color: #321D76; }
a { background-color: rgb(50,29,118); }
div.DivClassName
{
background-color: #321D76;
}
.BgClassName
{
background-color: #321D76;
}
</style>
border-color css
<style>
span { border-color: #321D76; }
span { border-color: rgb(50,29,118); }
td.TdClassName
{
border-color: #321D76;
}
.TagClassName
{
border-color: #321D76;
}
</style>