Shades of Valhalla #313149
Tints of Valhalla #313149
RGB
CMYK
RGB Variations
Color information
#313149 (or 0x313149) is known color: Valhalla. HEX triplet: 31, 31 and 49. RGB value is (49,49,73). Sum of RGB (Red+Green+Blue) = 49+49+73=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #313149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313149 is #CECEB6. Grayscale: #333333. Windows color (decimal): -13553335 or 4796721. OLE color: 4796721.
HSL color Cylindrical-coordinate representation of color #313149: hue angle of 240º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #313149 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 49 | 73 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.71 |
| HSL | 240º | 0.2% | 0.24% | - |
| HSV(B) | 240º | 0.33% | 0.29% | - |
| XYZ | 3.57 | 3.33 | 6.76 | - |
| YUV | 51.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 73 | 0.33 | 0.33 | 0 | 0.71 | 240 | 0.2 | 0.24 |
| Hex | 31 | 31 | 49 | 21 | 21 | 0 | 47 | F0 | 14 | 18 |
| Octal | 61 | 61 | 111 | 41 | 41 | 0 | 107 | 360 | 24 | 30 |
| Binary | 110001 | 110001 | 1001001 | 100001 | 100001 | 0 | 1000111 | 11110000 | 10100 | 11000 |
Color Harmonies of #313149
Complementary color
Monochromatic Colors of #313149
Black with #313149
Text Example
Text Example
White with #313149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313149; }
p { color: rgb(49,49,73); }
H1.HeaderClassName
{
color: #313149;
}
.AnyTagClassName
{
color: #313149;
}
</style>
background-color css
<style>
a { background-color: #313149; }
a { background-color: rgb(49,49,73); }
div.DivClassName
{
background-color: #313149;
}
.BgClassName
{
background-color: #313149;
}
</style>
border-color css
<style>
span { border-color: #313149; }
span { border-color: rgb(49,49,73); }
td.TdClassName
{
border-color: #313149;
}
.TagClassName
{
border-color: #313149;
}
</style>