Shades of Persian Indigo #310E89
Tints of Persian Indigo #310E89
RGB
CMYK
RGB Variations
Color information
#310E89 (or 0x310E89) is known color: Persian Indigo. HEX triplet: 31, 0E and 89. RGB value is (49,14,137). Sum of RGB (Red+Green+Blue) = 49+14+137=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 137 (53.91% from 255 or 68.5% from 200); Max value from RGB is 137 - color contains mainly: blue. Hex color #310E89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310E89 is #CEF176. Grayscale: #262626. Windows color (decimal): -13562231 or 8982065. OLE color: 8982065.
HSL color Cylindrical-coordinate representation of color #310E89: hue angle of 257.07º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310E89 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 14 | 137 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.46 |
| HSL | 257.07º | 0.81% | 0.3% | - |
| HSV(B) | 257.07º | 0.9% | 0.54% | - |
| XYZ | 5.94 | 2.77 | 23.89 | - |
| YUV | 38.49 | 183.6 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 137 | 0.64 | 0.90 | 0 | 0.46 | 257.07 | 0.81 | 0.3 |
| Hex | 31 | E | 89 | 40 | 5A | 0 | 2E | 101 | 51 | 1E |
| Octal | 61 | 16 | 211 | 100 | 132 | 0 | 56 | 401 | 121 | 36 |
| Binary | 110001 | 1110 | 10001001 | 1000000 | 1011010 | 0 | 101110 | 100000001 | 1010001 | 11110 |
Color Harmonies of #310E89
Complementary color
Monochromatic Colors of #310E89
Black with #310E89
Text Example
Text Example
White with #310E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E89; }
p { color: rgb(49,14,137); }
H1.HeaderClassName
{
color: #310E89;
}
.AnyTagClassName
{
color: #310E89;
}
</style>
background-color css
<style>
a { background-color: #310E89; }
a { background-color: rgb(49,14,137); }
div.DivClassName
{
background-color: #310E89;
}
.BgClassName
{
background-color: #310E89;
}
</style>
border-color css
<style>
span { border-color: #310E89; }
span { border-color: rgb(49,14,137); }
td.TdClassName
{
border-color: #310E89;
}
.TagClassName
{
border-color: #310E89;
}
</style>