Shades of Persian Indigo #321F87
Tints of Persian Indigo #321F87
RGB
CMYK
RGB Variations
Color information
#321F87 (or 0x321F87) is known color: Persian Indigo. HEX triplet: 32, 1F and 87. RGB value is (50,31,135). Sum of RGB (Red+Green+Blue) = 50+31+135=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #321F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321F87 is #CDE078. Grayscale: #303030. Windows color (decimal): -13492345 or 8855346. OLE color: 8855346.
HSL color Cylindrical-coordinate representation of color #321F87: hue angle of 250.96º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #321F87 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 31 | 135 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.47 |
| HSL | 250.96º | 0.63% | 0.33% | - |
| HSV(B) | 250.96º | 0.77% | 0.53% | - |
| XYZ | 6.18 | 3.41 | 23.25 | - |
| YUV | 48.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 135 | 0.63 | 0.77 | 0 | 0.47 | 250.96 | 0.63 | 0.33 |
| Hex | 32 | 1F | 87 | 3F | 4D | 0 | 2F | FB | 3F | 21 |
| Octal | 62 | 37 | 207 | 77 | 115 | 0 | 57 | 373 | 77 | 41 |
| Binary | 110010 | 11111 | 10000111 | 111111 | 1001101 | 0 | 101111 | 11111011 | 111111 | 100001 |
Color Harmonies of #321F87
Complementary color
Monochromatic Colors of #321F87
Black with #321F87
Text Example
Text Example
White with #321F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F87; }
p { color: rgb(50,31,135); }
H1.HeaderClassName
{
color: #321F87;
}
.AnyTagClassName
{
color: #321F87;
}
</style>
background-color css
<style>
a { background-color: #321F87; }
a { background-color: rgb(50,31,135); }
div.DivClassName
{
background-color: #321F87;
}
.BgClassName
{
background-color: #321F87;
}
</style>
border-color css
<style>
span { border-color: #321F87; }
span { border-color: rgb(50,31,135); }
td.TdClassName
{
border-color: #321F87;
}
.TagClassName
{
border-color: #321F87;
}
</style>