Shades of Persian Indigo #321A87
Tints of Persian Indigo #321A87
RGB
CMYK
RGB Variations
Color information
#321A87 (or 0x321A87) is known color: Persian Indigo. HEX triplet: 32, 1A and 87. RGB value is (50,26,135). Sum of RGB (Red+Green+Blue) = 50+26+135=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #321A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321A87 is #CDE578. Grayscale: #2D2D2D. Windows color (decimal): -13493625 or 8854066. OLE color: 8854066.
HSL color Cylindrical-coordinate representation of color #321A87: hue angle of 253.21º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321A87 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 26 | 135 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.47 |
| HSL | 253.21º | 0.68% | 0.32% | - |
| HSV(B) | 253.21º | 0.81% | 0.53% | - |
| XYZ | 6.06 | 3.17 | 23.21 | - |
| YUV | 45.6 | 178.45 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 135 | 0.63 | 0.81 | 0 | 0.47 | 253.21 | 0.68 | 0.32 |
| Hex | 32 | 1A | 87 | 3F | 51 | 0 | 2F | FD | 44 | 20 |
| Octal | 62 | 32 | 207 | 77 | 121 | 0 | 57 | 375 | 104 | 40 |
| Binary | 110010 | 11010 | 10000111 | 111111 | 1010001 | 0 | 101111 | 11111101 | 1000100 | 100000 |
Color Harmonies of #321A87
Complementary color
Monochromatic Colors of #321A87
Black with #321A87
Text Example
Text Example
White with #321A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A87; }
p { color: rgb(50,26,135); }
H1.HeaderClassName
{
color: #321A87;
}
.AnyTagClassName
{
color: #321A87;
}
</style>
background-color css
<style>
a { background-color: #321A87; }
a { background-color: rgb(50,26,135); }
div.DivClassName
{
background-color: #321A87;
}
.BgClassName
{
background-color: #321A87;
}
</style>
border-color css
<style>
span { border-color: #321A87; }
span { border-color: rgb(50,26,135); }
td.TdClassName
{
border-color: #321A87;
}
.TagClassName
{
border-color: #321A87;
}
</style>