Shades of Persian Indigo #321F88
Tints of Persian Indigo #321F88
RGB
CMYK
RGB Variations
Color information
#321F88 (or 0x321F88) is known color: Persian Indigo. HEX triplet: 32, 1F and 88. RGB value is (50,31,136). Sum of RGB (Red+Green+Blue) = 50+31+136=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #321F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321F88 is #CDE077. Grayscale: #303030. Windows color (decimal): -13492344 or 8920882. OLE color: 8920882.
HSL color Cylindrical-coordinate representation of color #321F88: hue angle of 250.86º 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 #321F88 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 31 | 136 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.47 |
| HSL | 250.86º | 0.63% | 0.33% | - |
| HSV(B) | 250.86º | 0.77% | 0.53% | - |
| XYZ | 6.25 | 3.44 | 23.63 | - |
| YUV | 48.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 136 | 0.63 | 0.77 | 0 | 0.47 | 250.86 | 0.63 | 0.33 |
| Hex | 32 | 1F | 88 | 3F | 4D | 0 | 2F | FB | 3F | 21 |
| Octal | 62 | 37 | 210 | 77 | 115 | 0 | 57 | 373 | 77 | 41 |
| Binary | 110010 | 11111 | 10001000 | 111111 | 1001101 | 0 | 101111 | 11111011 | 111111 | 100001 |
Color Harmonies of #321F88
Complementary color
Monochromatic Colors of #321F88
Black with #321F88
Text Example
Text Example
White with #321F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F88; }
p { color: rgb(50,31,136); }
H1.HeaderClassName
{
color: #321F88;
}
.AnyTagClassName
{
color: #321F88;
}
</style>
background-color css
<style>
a { background-color: #321F88; }
a { background-color: rgb(50,31,136); }
div.DivClassName
{
background-color: #321F88;
}
.BgClassName
{
background-color: #321F88;
}
</style>
border-color css
<style>
span { border-color: #321F88; }
span { border-color: rgb(50,31,136); }
td.TdClassName
{
border-color: #321F88;
}
.TagClassName
{
border-color: #321F88;
}
</style>