Shades of Persian Indigo #321D78
Tints of Persian Indigo #321D78
RGB
CMYK
RGB Variations
Color information
#321D78 (or 0x321D78) is known color: Persian Indigo. HEX triplet: 32, 1D and 78. RGB value is (50,29,120). Sum of RGB (Red+Green+Blue) = 50+29+120=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #321D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321D78 is #CDE287. Grayscale: #2D2D2D. Windows color (decimal): -13492872 or 7871794. OLE color: 7871794.
HSL color Cylindrical-coordinate representation of color #321D78: hue angle of 253.85º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321D78 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 29 | 120 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.53 |
| HSL | 253.85º | 0.61% | 0.29% | - |
| HSV(B) | 253.85º | 0.76% | 0.47% | - |
| XYZ | 5.14 | 2.91 | 18.06 | - |
| YUV | 45.65 | 169.96 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 120 | 0.58 | 0.76 | 0 | 0.53 | 253.85 | 0.61 | 0.29 |
| Hex | 32 | 1D | 78 | 3A | 4C | 0 | 35 | FE | 3D | 1D |
| Octal | 62 | 35 | 170 | 72 | 114 | 0 | 65 | 376 | 75 | 35 |
| Binary | 110010 | 11101 | 1111000 | 111010 | 1001100 | 0 | 110101 | 11111110 | 111101 | 11101 |
Color Harmonies of #321D78
Complementary color
Monochromatic Colors of #321D78
Black with #321D78
Text Example
Text Example
White with #321D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D78; }
p { color: rgb(50,29,120); }
H1.HeaderClassName
{
color: #321D78;
}
.AnyTagClassName
{
color: #321D78;
}
</style>
background-color css
<style>
a { background-color: #321D78; }
a { background-color: rgb(50,29,120); }
div.DivClassName
{
background-color: #321D78;
}
.BgClassName
{
background-color: #321D78;
}
</style>
border-color css
<style>
span { border-color: #321D78; }
span { border-color: rgb(50,29,120); }
td.TdClassName
{
border-color: #321D78;
}
.TagClassName
{
border-color: #321D78;
}
</style>