Shades of Persian Indigo #311B74
Tints of Persian Indigo #311B74
RGB
CMYK
RGB Variations
Color information
#311B74 (or 0x311B74) is known color: Persian Indigo. HEX triplet: 31, 1B and 74. RGB value is (49,27,116). Sum of RGB (Red+Green+Blue) = 49+27+116=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #311B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311B74 is #CEE48B. Grayscale: #2B2B2B. Windows color (decimal): -13558924 or 7609137. OLE color: 7609137.
HSL color Cylindrical-coordinate representation of color #311B74: hue angle of 254.83º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311B74 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 27 | 116 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.55 |
| HSL | 254.83º | 0.62% | 0.28% | - |
| HSV(B) | 254.83º | 0.77% | 0.45% | - |
| XYZ | 4.81 | 2.7 | 16.79 | - |
| YUV | 43.72 | 168.79 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 116 | 0.58 | 0.77 | 0 | 0.55 | 254.83 | 0.62 | 0.28 |
| Hex | 31 | 1B | 74 | 3A | 4D | 0 | 37 | FF | 3E | 1C |
| Octal | 61 | 33 | 164 | 72 | 115 | 0 | 67 | 377 | 76 | 34 |
| Binary | 110001 | 11011 | 1110100 | 111010 | 1001101 | 0 | 110111 | 11111111 | 111110 | 11100 |
Color Harmonies of #311B74
Complementary color
Monochromatic Colors of #311B74
Black with #311B74
Text Example
Text Example
White with #311B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B74; }
p { color: rgb(49,27,116); }
H1.HeaderClassName
{
color: #311B74;
}
.AnyTagClassName
{
color: #311B74;
}
</style>
background-color css
<style>
a { background-color: #311B74; }
a { background-color: rgb(49,27,116); }
div.DivClassName
{
background-color: #311B74;
}
.BgClassName
{
background-color: #311B74;
}
</style>
border-color css
<style>
span { border-color: #311B74; }
span { border-color: rgb(49,27,116); }
td.TdClassName
{
border-color: #311B74;
}
.TagClassName
{
border-color: #311B74;
}
</style>