Shades of Persian Indigo #310B96
Tints of Persian Indigo #310B96
RGB
CMYK
RGB Variations
Color information
#310B96 (or 0x310B96) is known color: Persian Indigo. HEX triplet: 31, 0B and 96. RGB value is (49,11,150). Sum of RGB (Red+Green+Blue) = 49+11+150=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 150 (58.98% from 255 or 71.43% from 210); Max value from RGB is 150 - color contains mainly: blue. Hex color #310B96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310B96 is #CEF469. Grayscale: #252525. Windows color (decimal): -13562986 or 9833265. OLE color: 9833265.
HSL color Cylindrical-coordinate representation of color #310B96: hue angle of 256.4º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310B96 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 11 | 150 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.41 |
| HSL | 256.4º | 0.86% | 0.32% | - |
| HSV(B) | 256.4º | 0.93% | 0.59% | - |
| XYZ | 6.89 | 3.09 | 29.09 | - |
| YUV | 38.21 | 191.09 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 150 | 0.67 | 0.93 | 0 | 0.41 | 256.4 | 0.86 | 0.32 |
| Hex | 31 | B | 96 | 43 | 5D | 0 | 29 | 100 | 56 | 20 |
| Octal | 61 | 13 | 226 | 103 | 135 | 0 | 51 | 400 | 126 | 40 |
| Binary | 110001 | 1011 | 10010110 | 1000011 | 1011101 | 0 | 101001 | 100000000 | 1010110 | 100000 |
Color Harmonies of #310B96
Complementary color
Monochromatic Colors of #310B96
Black with #310B96
Text Example
Text Example
White with #310B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B96; }
p { color: rgb(49,11,150); }
H1.HeaderClassName
{
color: #310B96;
}
.AnyTagClassName
{
color: #310B96;
}
</style>
background-color css
<style>
a { background-color: #310B96; }
a { background-color: rgb(49,11,150); }
div.DivClassName
{
background-color: #310B96;
}
.BgClassName
{
background-color: #310B96;
}
</style>
border-color css
<style>
span { border-color: #310B96; }
span { border-color: rgb(49,11,150); }
td.TdClassName
{
border-color: #310B96;
}
.TagClassName
{
border-color: #310B96;
}
</style>