Shades of Persian Indigo #310E73
Tints of Persian Indigo #310E73
RGB
CMYK
RGB Variations
Color information
#310E73 (or 0x310E73) is known color: Persian Indigo. HEX triplet: 31, 0E and 73. RGB value is (49,14,115). Sum of RGB (Red+Green+Blue) = 49+14+115=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #310E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310E73 is #CEF18C. Grayscale: #232323. Windows color (decimal): -13562253 or 7540273. OLE color: 7540273.
HSL color Cylindrical-coordinate representation of color #310E73: hue angle of 260.79º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310E73 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 14 | 115 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.55 |
| HSL | 260.79º | 0.78% | 0.25% | - |
| HSV(B) | 260.79º | 0.88% | 0.45% | - |
| XYZ | 4.52 | 2.2 | 16.41 | - |
| YUV | 35.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 115 | 0.57 | 0.88 | 0 | 0.55 | 260.79 | 0.78 | 0.25 |
| Hex | 31 | E | 73 | 39 | 58 | 0 | 37 | 105 | 4E | 19 |
| Octal | 61 | 16 | 163 | 71 | 130 | 0 | 67 | 405 | 116 | 31 |
| Binary | 110001 | 1110 | 1110011 | 111001 | 1011000 | 0 | 110111 | 100000101 | 1001110 | 11001 |
Color Harmonies of #310E73
Complementary color
Monochromatic Colors of #310E73
Black with #310E73
Text Example
Text Example
White with #310E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E73; }
p { color: rgb(49,14,115); }
H1.HeaderClassName
{
color: #310E73;
}
.AnyTagClassName
{
color: #310E73;
}
</style>
background-color css
<style>
a { background-color: #310E73; }
a { background-color: rgb(49,14,115); }
div.DivClassName
{
background-color: #310E73;
}
.BgClassName
{
background-color: #310E73;
}
</style>
border-color css
<style>
span { border-color: #310E73; }
span { border-color: rgb(49,14,115); }
td.TdClassName
{
border-color: #310E73;
}
.TagClassName
{
border-color: #310E73;
}
</style>