Shades of Persian Indigo #310D86
Tints of Persian Indigo #310D86
RGB
CMYK
RGB Variations
Color information
#310D86 (or 0x310D86) is known color: Persian Indigo. HEX triplet: 31, 0D and 86. RGB value is (49,13,134). Sum of RGB (Red+Green+Blue) = 49+13+134=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 134 (52.73% from 255 or 68.37% from 196); Max value from RGB is 134 - color contains mainly: blue. Hex color #310D86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310D86 is #CEF279. Grayscale: #252525. Windows color (decimal): -13562490 or 8785201. OLE color: 8785201.
HSL color Cylindrical-coordinate representation of color #310D86: hue angle of 257.85º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310D86 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 13 | 134 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.47 |
| HSL | 257.85º | 0.82% | 0.29% | - |
| HSV(B) | 257.85º | 0.9% | 0.53% | - |
| XYZ | 5.71 | 2.66 | 22.77 | - |
| YUV | 37.56 | 182.43 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 134 | 0.63 | 0.90 | 0 | 0.47 | 257.85 | 0.82 | 0.29 |
| Hex | 31 | D | 86 | 3F | 5A | 0 | 2F | 102 | 52 | 1D |
| Octal | 61 | 15 | 206 | 77 | 132 | 0 | 57 | 402 | 122 | 35 |
| Binary | 110001 | 1101 | 10000110 | 111111 | 1011010 | 0 | 101111 | 100000010 | 1010010 | 11101 |
Color Harmonies of #310D86
Complementary color
Monochromatic Colors of #310D86
Black with #310D86
Text Example
Text Example
White with #310D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D86; }
p { color: rgb(49,13,134); }
H1.HeaderClassName
{
color: #310D86;
}
.AnyTagClassName
{
color: #310D86;
}
</style>
background-color css
<style>
a { background-color: #310D86; }
a { background-color: rgb(49,13,134); }
div.DivClassName
{
background-color: #310D86;
}
.BgClassName
{
background-color: #310D86;
}
</style>
border-color css
<style>
span { border-color: #310D86; }
span { border-color: rgb(49,13,134); }
td.TdClassName
{
border-color: #310D86;
}
.TagClassName
{
border-color: #310D86;
}
</style>