Shades of Persian Indigo #321D85
Tints of Persian Indigo #321D85
RGB
CMYK
RGB Variations
Color information
#321D85 (or 0x321D85) is known color: Persian Indigo. HEX triplet: 32, 1D and 85. RGB value is (50,29,133). Sum of RGB (Red+Green+Blue) = 50+29+133=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #321D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321D85 is #CDE27A. Grayscale: #2E2E2E. Windows color (decimal): -13492859 or 8723762. OLE color: 8723762.
HSL color Cylindrical-coordinate representation of color #321D85: hue angle of 252.12º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321D85 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 29 | 133 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.48 |
| HSL | 252.12º | 0.64% | 0.32% | - |
| HSV(B) | 252.12º | 0.78% | 0.52% | - |
| XYZ | 5.99 | 3.25 | 22.5 | - |
| YUV | 47.14 | 176.46 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 133 | 0.62 | 0.78 | 0 | 0.48 | 252.12 | 0.64 | 0.32 |
| Hex | 32 | 1D | 85 | 3E | 4E | 0 | 30 | FC | 40 | 20 |
| Octal | 62 | 35 | 205 | 76 | 116 | 0 | 60 | 374 | 100 | 40 |
| Binary | 110010 | 11101 | 10000101 | 111110 | 1001110 | 0 | 110000 | 11111100 | 1000000 | 100000 |
Color Harmonies of #321D85
Complementary color
Monochromatic Colors of #321D85
Black with #321D85
Text Example
Text Example
White with #321D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D85; }
p { color: rgb(50,29,133); }
H1.HeaderClassName
{
color: #321D85;
}
.AnyTagClassName
{
color: #321D85;
}
</style>
background-color css
<style>
a { background-color: #321D85; }
a { background-color: rgb(50,29,133); }
div.DivClassName
{
background-color: #321D85;
}
.BgClassName
{
background-color: #321D85;
}
</style>
border-color css
<style>
span { border-color: #321D85; }
span { border-color: rgb(50,29,133); }
td.TdClassName
{
border-color: #321D85;
}
.TagClassName
{
border-color: #321D85;
}
</style>