Shades of Valhalla #222041
Tints of Valhalla #222041
RGB
CMYK
RGB Variations
Color information
#222041 (or 0x222041) is known color: Valhalla. HEX triplet: 22, 20 and 41. RGB value is (34,32,65). Sum of RGB (Red+Green+Blue) = 34+32+65=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #222041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222041 is #DDDFBE. Grayscale: #242424. Windows color (decimal): -14540735 or 4268066. OLE color: 4268066.
HSL color Cylindrical-coordinate representation of color #222041: hue angle of 243.64º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #222041 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 32 | 65 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.75 |
| HSL | 243.64º | 0.34% | 0.19% | - |
| HSV(B) | 243.64º | 0.51% | 0.25% | - |
| XYZ | 2.13 | 1.75 | 5.23 | - |
| YUV | 36.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 65 | 0.48 | 0.51 | 0 | 0.75 | 243.64 | 0.34 | 0.19 |
| Hex | 22 | 20 | 41 | 30 | 33 | 0 | 4B | F4 | 22 | 13 |
| Octal | 42 | 40 | 101 | 60 | 63 | 0 | 113 | 364 | 42 | 23 |
| Binary | 100010 | 100000 | 1000001 | 110000 | 110011 | 0 | 1001011 | 11110100 | 100010 | 10011 |
Color Harmonies of #222041
Complementary color
Monochromatic Colors of #222041
Black with #222041
Text Example
Text Example
White with #222041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222041; }
p { color: rgb(34,32,65); }
H1.HeaderClassName
{
color: #222041;
}
.AnyTagClassName
{
color: #222041;
}
</style>
background-color css
<style>
a { background-color: #222041; }
a { background-color: rgb(34,32,65); }
div.DivClassName
{
background-color: #222041;
}
.BgClassName
{
background-color: #222041;
}
</style>
border-color css
<style>
span { border-color: #222041; }
span { border-color: rgb(34,32,65); }
td.TdClassName
{
border-color: #222041;
}
.TagClassName
{
border-color: #222041;
}
</style>