Shades of Persian Indigo #321D89
Tints of Persian Indigo #321D89
RGB
CMYK
RGB Variations
Color information
#321D89 (or 0x321D89) is known color: Persian Indigo. HEX triplet: 32, 1D and 89. RGB value is (50,29,137). Sum of RGB (Red+Green+Blue) = 50+29+137=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 137 (53.91% from 255 or 63.43% from 216); Max value from RGB is 137 - color contains mainly: blue. Hex color #321D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321D89 is #CDE276. Grayscale: #2F2F2F. Windows color (decimal): -13492855 or 8985906. OLE color: 8985906.
HSL color Cylindrical-coordinate representation of color #321D89: hue angle of 251.67º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321D89 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 29 | 137 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.46 |
| HSL | 251.67º | 0.65% | 0.33% | - |
| HSV(B) | 251.67º | 0.79% | 0.54% | - |
| XYZ | 6.27 | 3.36 | 23.99 | - |
| YUV | 47.59 | 178.46 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 137 | 0.64 | 0.79 | 0 | 0.46 | 251.67 | 0.65 | 0.33 |
| Hex | 32 | 1D | 89 | 40 | 4F | 0 | 2E | FC | 41 | 21 |
| Octal | 62 | 35 | 211 | 100 | 117 | 0 | 56 | 374 | 101 | 41 |
| Binary | 110010 | 11101 | 10001001 | 1000000 | 1001111 | 0 | 101110 | 11111100 | 1000001 | 100001 |
Color Harmonies of #321D89
Complementary color
Monochromatic Colors of #321D89
Black with #321D89
Text Example
Text Example
White with #321D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D89; }
p { color: rgb(50,29,137); }
H1.HeaderClassName
{
color: #321D89;
}
.AnyTagClassName
{
color: #321D89;
}
</style>
background-color css
<style>
a { background-color: #321D89; }
a { background-color: rgb(50,29,137); }
div.DivClassName
{
background-color: #321D89;
}
.BgClassName
{
background-color: #321D89;
}
</style>
border-color css
<style>
span { border-color: #321D89; }
span { border-color: rgb(50,29,137); }
td.TdClassName
{
border-color: #321D89;
}
.TagClassName
{
border-color: #321D89;
}
</style>