Shades of Persian Indigo #321F71
Tints of Persian Indigo #321F71
RGB
CMYK
RGB Variations
Color information
#321F71 (or 0x321F71) is known color: Persian Indigo. HEX triplet: 32, 1F and 71. RGB value is (50,31,113). Sum of RGB (Red+Green+Blue) = 50+31+113=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #321F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321F71 is #CDE08E. Grayscale: #2D2D2D. Windows color (decimal): -13492367 or 7413554. OLE color: 7413554.
HSL color Cylindrical-coordinate representation of color #321F71: hue angle of 253.9º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #321F71 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 31 | 113 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.56 |
| HSL | 253.9º | 0.57% | 0.28% | - |
| HSV(B) | 253.9º | 0.73% | 0.44% | - |
| XYZ | 4.79 | 2.85 | 15.92 | - |
| YUV | 46.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 113 | 0.56 | 0.73 | 0 | 0.56 | 253.9 | 0.57 | 0.28 |
| Hex | 32 | 1F | 71 | 38 | 49 | 0 | 38 | FE | 39 | 1C |
| Octal | 62 | 37 | 161 | 70 | 111 | 0 | 70 | 376 | 71 | 34 |
| Binary | 110010 | 11111 | 1110001 | 111000 | 1001001 | 0 | 111000 | 11111110 | 111001 | 11100 |
Color Harmonies of #321F71
Complementary color
Monochromatic Colors of #321F71
Black with #321F71
Text Example
Text Example
White with #321F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F71; }
p { color: rgb(50,31,113); }
H1.HeaderClassName
{
color: #321F71;
}
.AnyTagClassName
{
color: #321F71;
}
</style>
background-color css
<style>
a { background-color: #321F71; }
a { background-color: rgb(50,31,113); }
div.DivClassName
{
background-color: #321F71;
}
.BgClassName
{
background-color: #321F71;
}
</style>
border-color css
<style>
span { border-color: #321F71; }
span { border-color: rgb(50,31,113); }
td.TdClassName
{
border-color: #321F71;
}
.TagClassName
{
border-color: #321F71;
}
</style>