Shades of Persian Indigo #310D77
Tints of Persian Indigo #310D77
RGB
CMYK
RGB Variations
Color information
#310D77 (or 0x310D77) is known color: Persian Indigo. HEX triplet: 31, 0D and 77. RGB value is (49,13,119). Sum of RGB (Red+Green+Blue) = 49+13+119=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #310D77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310D77 is #CEF288. Grayscale: #232323. Windows color (decimal): -13562505 or 7802161. OLE color: 7802161.
HSL color Cylindrical-coordinate representation of color #310D77: hue angle of 260.38º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310D77 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 13 | 119 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.53 |
| HSL | 260.38º | 0.8% | 0.26% | - |
| HSV(B) | 260.38º | 0.89% | 0.47% | - |
| XYZ | 4.74 | 2.27 | 17.64 | - |
| YUV | 35.85 | 174.93 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 119 | 0.59 | 0.89 | 0 | 0.53 | 260.38 | 0.8 | 0.26 |
| Hex | 31 | D | 77 | 3B | 59 | 0 | 35 | 104 | 50 | 1A |
| Octal | 61 | 15 | 167 | 73 | 131 | 0 | 65 | 404 | 120 | 32 |
| Binary | 110001 | 1101 | 1110111 | 111011 | 1011001 | 0 | 110101 | 100000100 | 1010000 | 11010 |
Color Harmonies of #310D77
Complementary color
Monochromatic Colors of #310D77
Black with #310D77
Text Example
Text Example
White with #310D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D77; }
p { color: rgb(49,13,119); }
H1.HeaderClassName
{
color: #310D77;
}
.AnyTagClassName
{
color: #310D77;
}
</style>
background-color css
<style>
a { background-color: #310D77; }
a { background-color: rgb(49,13,119); }
div.DivClassName
{
background-color: #310D77;
}
.BgClassName
{
background-color: #310D77;
}
</style>
border-color css
<style>
span { border-color: #310D77; }
span { border-color: rgb(49,13,119); }
td.TdClassName
{
border-color: #310D77;
}
.TagClassName
{
border-color: #310D77;
}
</style>