Shades of Persian Indigo #310B83
Tints of Persian Indigo #310B83
RGB
CMYK
RGB Variations
Color information
#310B83 (or 0x310B83) is known color: Persian Indigo. HEX triplet: 31, 0B and 83. RGB value is (49,11,131). Sum of RGB (Red+Green+Blue) = 49+11+131=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 131 (51.56% from 255 or 68.59% from 191); Max value from RGB is 131 - color contains mainly: blue. Hex color #310B83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310B83 is #CEF47C. Grayscale: #232323. Windows color (decimal): -13563005 or 8588081. OLE color: 8588081.
HSL color Cylindrical-coordinate representation of color #310B83: hue angle of 259º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310B83 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 11 | 131 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.49 |
| HSL | 259º | 0.85% | 0.28% | - |
| HSV(B) | 259º | 0.92% | 0.51% | - |
| XYZ | 5.48 | 2.53 | 21.67 | - |
| YUV | 36.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 131 | 0.63 | 0.92 | 0 | 0.49 | 259 | 0.85 | 0.28 |
| Hex | 31 | B | 83 | 3F | 5C | 0 | 31 | 103 | 55 | 1C |
| Octal | 61 | 13 | 203 | 77 | 134 | 0 | 61 | 403 | 125 | 34 |
| Binary | 110001 | 1011 | 10000011 | 111111 | 1011100 | 0 | 110001 | 100000011 | 1010101 | 11100 |
Color Harmonies of #310B83
Complementary color
Monochromatic Colors of #310B83
Black with #310B83
Text Example
Text Example
White with #310B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B83; }
p { color: rgb(49,11,131); }
H1.HeaderClassName
{
color: #310B83;
}
.AnyTagClassName
{
color: #310B83;
}
</style>
background-color css
<style>
a { background-color: #310B83; }
a { background-color: rgb(49,11,131); }
div.DivClassName
{
background-color: #310B83;
}
.BgClassName
{
background-color: #310B83;
}
</style>
border-color css
<style>
span { border-color: #310B83; }
span { border-color: rgb(49,11,131); }
td.TdClassName
{
border-color: #310B83;
}
.TagClassName
{
border-color: #310B83;
}
</style>