Shades of Persian Indigo #310B6B
Tints of Persian Indigo #310B6B
RGB
CMYK
RGB Variations
Color information
#310B6B (or 0x310B6B) is known color: Persian Indigo. HEX triplet: 31, 0B and 6B. RGB value is (49,11,107). Sum of RGB (Red+Green+Blue) = 49+11+107=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #310B6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B6B is #CEF494. Grayscale: #202020. Windows color (decimal): -13563029 or 7015217. OLE color: 7015217.
HSL color Cylindrical-coordinate representation of color #310B6B: hue angle of 263.75º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310B6B is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 11 | 107 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.58 |
| HSL | 263.75º | 0.81% | 0.23% | - |
| HSV(B) | 263.75º | 0.9% | 0.42% | - |
| XYZ | 4.04 | 1.95 | 14.07 | - |
| YUV | 33.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 107 | 0.54 | 0.90 | 0 | 0.58 | 263.75 | 0.81 | 0.23 |
| Hex | 31 | B | 6B | 36 | 5A | 0 | 3A | 108 | 51 | 17 |
| Octal | 61 | 13 | 153 | 66 | 132 | 0 | 72 | 410 | 121 | 27 |
| Binary | 110001 | 1011 | 1101011 | 110110 | 1011010 | 0 | 111010 | 100001000 | 1010001 | 10111 |
Color Harmonies of #310B6B
Complementary color
Monochromatic Colors of #310B6B
Black with #310B6B
Text Example
Text Example
White with #310B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B6B; }
p { color: rgb(49,11,107); }
H1.HeaderClassName
{
color: #310B6B;
}
.AnyTagClassName
{
color: #310B6B;
}
</style>
background-color css
<style>
a { background-color: #310B6B; }
a { background-color: rgb(49,11,107); }
div.DivClassName
{
background-color: #310B6B;
}
.BgClassName
{
background-color: #310B6B;
}
</style>
border-color css
<style>
span { border-color: #310B6B; }
span { border-color: rgb(49,11,107); }
td.TdClassName
{
border-color: #310B6B;
}
.TagClassName
{
border-color: #310B6B;
}
</style>