Shades of Valhalla #2F2E4B
Tints of Valhalla #2F2E4B
RGB
CMYK
RGB Variations
Color information
#2F2E4B (or 0x2F2E4B) is known color: Valhalla. HEX triplet: 2F, 2E and 4B. RGB value is (47,46,75). Sum of RGB (Red+Green+Blue) = 47+46+75=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F2E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2E4B is #D0D1B4. Grayscale: #313131. Windows color (decimal): -13685173 or 4927023. OLE color: 4927023.
HSL color Cylindrical-coordinate representation of color #2F2E4B: hue angle of 242.07º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F2E4B is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 46 | 75 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.71 |
| HSL | 242.07º | 0.24% | 0.24% | - |
| HSV(B) | 242.07º | 0.39% | 0.29% | - |
| XYZ | 3.42 | 3.07 | 7.07 | - |
| YUV | 49.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 46 | 75 | 0.37 | 0.39 | 0 | 0.71 | 242.07 | 0.24 | 0.24 |
| Hex | 2F | 2E | 4B | 25 | 27 | 0 | 47 | F2 | 18 | 18 |
| Octal | 57 | 56 | 113 | 45 | 47 | 0 | 107 | 362 | 30 | 30 |
| Binary | 101111 | 101110 | 1001011 | 100101 | 100111 | 0 | 1000111 | 11110010 | 11000 | 11000 |
Color Harmonies of #2F2E4B
Complementary color
Monochromatic Colors of #2F2E4B
Black with #2F2E4B
Text Example
Text Example
White with #2F2E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2E4B; }
p { color: rgb(47,46,75); }
H1.HeaderClassName
{
color: #2F2E4B;
}
.AnyTagClassName
{
color: #2F2E4B;
}
</style>
background-color css
<style>
a { background-color: #2F2E4B; }
a { background-color: rgb(47,46,75); }
div.DivClassName
{
background-color: #2F2E4B;
}
.BgClassName
{
background-color: #2F2E4B;
}
</style>
border-color css
<style>
span { border-color: #2F2E4B; }
span { border-color: rgb(47,46,75); }
td.TdClassName
{
border-color: #2F2E4B;
}
.TagClassName
{
border-color: #2F2E4B;
}
</style>