Shades of Persian Indigo #321B87
Tints of Persian Indigo #321B87
RGB
CMYK
RGB Variations
Color information
#321B87 (or 0x321B87) is known color: Persian Indigo. HEX triplet: 32, 1B and 87. RGB value is (50,27,135). Sum of RGB (Red+Green+Blue) = 50+27+135=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #321B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321B87 is #CDE478. Grayscale: #2D2D2D. Windows color (decimal): -13493369 or 8854322. OLE color: 8854322.
HSL color Cylindrical-coordinate representation of color #321B87: hue angle of 252.78º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321B87 is Cyan = 0.63, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 27 | 135 | - |
| CMYK | 0.63 | 0.8 | 0 | 0.47 |
| HSL | 252.78º | 0.67% | 0.32% | - |
| HSV(B) | 252.78º | 0.8% | 0.53% | - |
| XYZ | 6.08 | 3.21 | 23.22 | - |
| YUV | 46.19 | 178.12 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 135 | 0.63 | 0.8 | 0 | 0.47 | 252.78 | 0.67 | 0.32 |
| Hex | 32 | 1B | 87 | 3F | 50 | 0 | 2F | FD | 43 | 20 |
| Octal | 62 | 33 | 207 | 77 | 120 | 0 | 57 | 375 | 103 | 40 |
| Binary | 110010 | 11011 | 10000111 | 111111 | 1010000 | 0 | 101111 | 11111101 | 1000011 | 100000 |
Color Harmonies of #321B87
Complementary color
Monochromatic Colors of #321B87
Black with #321B87
Text Example
Text Example
White with #321B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B87; }
p { color: rgb(50,27,135); }
H1.HeaderClassName
{
color: #321B87;
}
.AnyTagClassName
{
color: #321B87;
}
</style>
background-color css
<style>
a { background-color: #321B87; }
a { background-color: rgb(50,27,135); }
div.DivClassName
{
background-color: #321B87;
}
.BgClassName
{
background-color: #321B87;
}
</style>
border-color css
<style>
span { border-color: #321B87; }
span { border-color: rgb(50,27,135); }
td.TdClassName
{
border-color: #321B87;
}
.TagClassName
{
border-color: #321B87;
}
</style>