Shades of Persian Indigo #310E99
Tints of Persian Indigo #310E99
RGB
CMYK
RGB Variations
Color information
#310E99 (or 0x310E99) is known color: Persian Indigo. HEX triplet: 31, 0E and 99. RGB value is (49,14,153). Sum of RGB (Red+Green+Blue) = 49+14+153=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #310E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310E99 is #CEF166. Grayscale: #272727. Windows color (decimal): -13562215 or 10030641. OLE color: 10030641.
HSL color Cylindrical-coordinate representation of color #310E99: hue angle of 255.11º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310E99 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 14 | 153 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.4 |
| HSL | 255.11º | 0.83% | 0.33% | - |
| HSV(B) | 255.11º | 0.91% | 0.6% | - |
| XYZ | 7.17 | 3.27 | 30.39 | - |
| YUV | 40.31 | 191.6 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 153 | 0.68 | 0.91 | 0 | 0.4 | 255.11 | 0.83 | 0.33 |
| Hex | 31 | E | 99 | 44 | 5B | 0 | 28 | FF | 53 | 21 |
| Octal | 61 | 16 | 231 | 104 | 133 | 0 | 50 | 377 | 123 | 41 |
| Binary | 110001 | 1110 | 10011001 | 1000100 | 1011011 | 0 | 101000 | 11111111 | 1010011 | 100001 |
Color Harmonies of #310E99
Complementary color
Monochromatic Colors of #310E99
Black with #310E99
Text Example
Text Example
White with #310E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E99; }
p { color: rgb(49,14,153); }
H1.HeaderClassName
{
color: #310E99;
}
.AnyTagClassName
{
color: #310E99;
}
</style>
background-color css
<style>
a { background-color: #310E99; }
a { background-color: rgb(49,14,153); }
div.DivClassName
{
background-color: #310E99;
}
.BgClassName
{
background-color: #310E99;
}
</style>
border-color css
<style>
span { border-color: #310E99; }
span { border-color: rgb(49,14,153); }
td.TdClassName
{
border-color: #310E99;
}
.TagClassName
{
border-color: #310E99;
}
</style>