Shades of Persian Indigo #310B68
Tints of Persian Indigo #310B68
RGB
CMYK
RGB Variations
Color information
#310B68 (or 0x310B68) is known color: Persian Indigo. HEX triplet: 31, 0B and 68. RGB value is (49,11,104). Sum of RGB (Red+Green+Blue) = 49+11+104=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #310B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B68 is #CEF497. Grayscale: #202020. Windows color (decimal): -13563032 or 6818609. OLE color: 6818609.
HSL color Cylindrical-coordinate representation of color #310B68: hue angle of 264.52º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310B68 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 11 | 104 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.59 |
| HSL | 264.52º | 0.81% | 0.23% | - |
| HSV(B) | 264.52º | 0.89% | 0.41% | - |
| XYZ | 3.88 | 1.89 | 13.26 | - |
| YUV | 32.96 | 168.09 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 104 | 0.53 | 0.89 | 0 | 0.59 | 264.52 | 0.81 | 0.23 |
| Hex | 31 | B | 68 | 35 | 59 | 0 | 3B | 109 | 51 | 17 |
| Octal | 61 | 13 | 150 | 65 | 131 | 0 | 73 | 411 | 121 | 27 |
| Binary | 110001 | 1011 | 1101000 | 110101 | 1011001 | 0 | 111011 | 100001001 | 1010001 | 10111 |
Color Harmonies of #310B68
Complementary color
Monochromatic Colors of #310B68
Black with #310B68
Text Example
Text Example
White with #310B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B68; }
p { color: rgb(49,11,104); }
H1.HeaderClassName
{
color: #310B68;
}
.AnyTagClassName
{
color: #310B68;
}
</style>
background-color css
<style>
a { background-color: #310B68; }
a { background-color: rgb(49,11,104); }
div.DivClassName
{
background-color: #310B68;
}
.BgClassName
{
background-color: #310B68;
}
</style>
border-color css
<style>
span { border-color: #310B68; }
span { border-color: rgb(49,11,104); }
td.TdClassName
{
border-color: #310B68;
}
.TagClassName
{
border-color: #310B68;
}
</style>