Shades of Persian Indigo #311B70
Tints of Persian Indigo #311B70
RGB
CMYK
RGB Variations
Color information
#311B70 (or 0x311B70) is known color: Persian Indigo. HEX triplet: 31, 1B and 70. RGB value is (49,27,112). Sum of RGB (Red+Green+Blue) = 49+27+112=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #311B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311B70 is #CEE48F. Grayscale: #2A2A2A. Windows color (decimal): -13558928 or 7346993. OLE color: 7346993.
HSL color Cylindrical-coordinate representation of color #311B70: hue angle of 255.53º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #311B70 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 27 | 112 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.56 |
| HSL | 255.53º | 0.61% | 0.27% | - |
| HSV(B) | 255.53º | 0.76% | 0.44% | - |
| XYZ | 4.58 | 2.61 | 15.59 | - |
| YUV | 43.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 112 | 0.56 | 0.76 | 0 | 0.56 | 255.53 | 0.61 | 0.27 |
| Hex | 31 | 1B | 70 | 38 | 4C | 0 | 38 | 100 | 3D | 1B |
| Octal | 61 | 33 | 160 | 70 | 114 | 0 | 70 | 400 | 75 | 33 |
| Binary | 110001 | 11011 | 1110000 | 111000 | 1001100 | 0 | 111000 | 100000000 | 111101 | 11011 |
Color Harmonies of #311B70
Complementary color
Monochromatic Colors of #311B70
Black with #311B70
Text Example
Text Example
White with #311B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B70; }
p { color: rgb(49,27,112); }
H1.HeaderClassName
{
color: #311B70;
}
.AnyTagClassName
{
color: #311B70;
}
</style>
background-color css
<style>
a { background-color: #311B70; }
a { background-color: rgb(49,27,112); }
div.DivClassName
{
background-color: #311B70;
}
.BgClassName
{
background-color: #311B70;
}
</style>
border-color css
<style>
span { border-color: #311B70; }
span { border-color: rgb(49,27,112); }
td.TdClassName
{
border-color: #311B70;
}
.TagClassName
{
border-color: #311B70;
}
</style>