Shades of Persian Indigo #310B71
Tints of Persian Indigo #310B71
RGB
CMYK
RGB Variations
Color information
#310B71 (or 0x310B71) is known color: Persian Indigo. HEX triplet: 31, 0B and 71. RGB value is (49,11,113). Sum of RGB (Red+Green+Blue) = 49+11+113=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #310B71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B71 is #CEF48E. Grayscale: #212121. Windows color (decimal): -13563023 or 7408433. OLE color: 7408433.
HSL color Cylindrical-coordinate representation of color #310B71: hue angle of 262.35º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310B71 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 11 | 113 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.56 |
| HSL | 262.35º | 0.82% | 0.24% | - |
| HSV(B) | 262.35º | 0.9% | 0.44% | - |
| XYZ | 4.37 | 2.08 | 15.79 | - |
| YUV | 33.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 113 | 0.57 | 0.90 | 0 | 0.56 | 262.35 | 0.82 | 0.24 |
| Hex | 31 | B | 71 | 39 | 5A | 0 | 38 | 106 | 52 | 18 |
| Octal | 61 | 13 | 161 | 71 | 132 | 0 | 70 | 406 | 122 | 30 |
| Binary | 110001 | 1011 | 1110001 | 111001 | 1011010 | 0 | 111000 | 100000110 | 1010010 | 11000 |
Color Harmonies of #310B71
Complementary color
Monochromatic Colors of #310B71
Black with #310B71
Text Example
Text Example
White with #310B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B71; }
p { color: rgb(49,11,113); }
H1.HeaderClassName
{
color: #310B71;
}
.AnyTagClassName
{
color: #310B71;
}
</style>
background-color css
<style>
a { background-color: #310B71; }
a { background-color: rgb(49,11,113); }
div.DivClassName
{
background-color: #310B71;
}
.BgClassName
{
background-color: #310B71;
}
</style>
border-color css
<style>
span { border-color: #310B71; }
span { border-color: rgb(49,11,113); }
td.TdClassName
{
border-color: #310B71;
}
.TagClassName
{
border-color: #310B71;
}
</style>