Shades of Valhalla #201D41
Tints of Valhalla #201D41
RGB
CMYK
RGB Variations
Color information
#201D41 (or 0x201D41) is known color: Valhalla. HEX triplet: 20, 1D and 41. RGB value is (32,29,65). Sum of RGB (Red+Green+Blue) = 32+29+65=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #201D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D41 is #DFE2BE. Grayscale: #212121. Windows color (decimal): -14672575 or 4267296. OLE color: 4267296.
HSL color Cylindrical-coordinate representation of color #201D41: hue angle of 245º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #201D41 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 29 | 65 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.75 |
| HSL | 245º | 0.38% | 0.18% | - |
| HSV(B) | 245º | 0.55% | 0.25% | - |
| XYZ | 1.99 | 1.57 | 5.2 | - |
| YUV | 34 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 65 | 0.51 | 0.55 | 0 | 0.75 | 245 | 0.38 | 0.18 |
| Hex | 20 | 1D | 41 | 33 | 37 | 0 | 4B | F5 | 26 | 12 |
| Octal | 40 | 35 | 101 | 63 | 67 | 0 | 113 | 365 | 46 | 22 |
| Binary | 100000 | 11101 | 1000001 | 110011 | 110111 | 0 | 1001011 | 11110101 | 100110 | 10010 |
Color Harmonies of #201D41
Complementary color
Monochromatic Colors of #201D41
Black with #201D41
Text Example
Text Example
White with #201D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D41; }
p { color: rgb(32,29,65); }
H1.HeaderClassName
{
color: #201D41;
}
.AnyTagClassName
{
color: #201D41;
}
</style>
background-color css
<style>
a { background-color: #201D41; }
a { background-color: rgb(32,29,65); }
div.DivClassName
{
background-color: #201D41;
}
.BgClassName
{
background-color: #201D41;
}
</style>
border-color css
<style>
span { border-color: #201D41; }
span { border-color: rgb(32,29,65); }
td.TdClassName
{
border-color: #201D41;
}
.TagClassName
{
border-color: #201D41;
}
</style>