Shades of Persian Indigo #310C71
Tints of Persian Indigo #310C71
RGB
CMYK
RGB Variations
Color information
#310C71 (or 0x310C71) is known color: Persian Indigo. HEX triplet: 31, 0C and 71. RGB value is (49,12,113). Sum of RGB (Red+Green+Blue) = 49+12+113=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #310C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C71 is #CEF38E. Grayscale: #222222. Windows color (decimal): -13562767 or 7408689. OLE color: 7408689.
HSL color Cylindrical-coordinate representation of color #310C71: hue angle of 261.98º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310C71 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 12 | 113 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.56 |
| HSL | 261.98º | 0.81% | 0.25% | - |
| HSV(B) | 261.98º | 0.89% | 0.44% | - |
| XYZ | 4.38 | 2.11 | 15.8 | - |
| YUV | 34.58 | 172.26 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 113 | 0.57 | 0.89 | 0 | 0.56 | 261.98 | 0.81 | 0.25 |
| Hex | 31 | C | 71 | 39 | 59 | 0 | 38 | 106 | 51 | 19 |
| Octal | 61 | 14 | 161 | 71 | 131 | 0 | 70 | 406 | 121 | 31 |
| Binary | 110001 | 1100 | 1110001 | 111001 | 1011001 | 0 | 111000 | 100000110 | 1010001 | 11001 |
Color Harmonies of #310C71
Complementary color
Monochromatic Colors of #310C71
Black with #310C71
Text Example
Text Example
White with #310C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C71; }
p { color: rgb(49,12,113); }
H1.HeaderClassName
{
color: #310C71;
}
.AnyTagClassName
{
color: #310C71;
}
</style>
background-color css
<style>
a { background-color: #310C71; }
a { background-color: rgb(49,12,113); }
div.DivClassName
{
background-color: #310C71;
}
.BgClassName
{
background-color: #310C71;
}
</style>
border-color css
<style>
span { border-color: #310C71; }
span { border-color: rgb(49,12,113); }
td.TdClassName
{
border-color: #310C71;
}
.TagClassName
{
border-color: #310C71;
}
</style>