Shades of Valhalla #1F1D40
Tints of Valhalla #1F1D40
RGB
CMYK
RGB Variations
Color information
#1F1D40 (or 0x1F1D40) is known color: Valhalla. HEX triplet: 1F, 1D and 40. RGB value is (31,29,64). Sum of RGB (Red+Green+Blue) = 31+29+64=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #1F1D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1D40 is #E0E2BF. Grayscale: #212121. Windows color (decimal): -14738112 or 4201759. OLE color: 4201759.
HSL color Cylindrical-coordinate representation of color #1F1D40: hue angle of 243.43º 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 #1F1D40 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 29 | 64 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.75 |
| HSL | 243.43º | 0.38% | 0.18% | - |
| HSV(B) | 243.43º | 0.55% | 0.25% | - |
| XYZ | 1.93 | 1.54 | 5.05 | - |
| YUV | 33.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 29 | 64 | 0.52 | 0.55 | 0 | 0.75 | 243.43 | 0.38 | 0.18 |
| Hex | 1F | 1D | 40 | 34 | 37 | 0 | 4B | F3 | 26 | 12 |
| Octal | 37 | 35 | 100 | 64 | 67 | 0 | 113 | 363 | 46 | 22 |
| Binary | 11111 | 11101 | 1000000 | 110100 | 110111 | 0 | 1001011 | 11110011 | 100110 | 10010 |
Color Harmonies of #1F1D40
Complementary color
Monochromatic Colors of #1F1D40
Black with #1F1D40
Text Example
Text Example
White with #1F1D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1D40; }
p { color: rgb(31,29,64); }
H1.HeaderClassName
{
color: #1F1D40;
}
.AnyTagClassName
{
color: #1F1D40;
}
</style>
background-color css
<style>
a { background-color: #1F1D40; }
a { background-color: rgb(31,29,64); }
div.DivClassName
{
background-color: #1F1D40;
}
.BgClassName
{
background-color: #1F1D40;
}
</style>
border-color css
<style>
span { border-color: #1F1D40; }
span { border-color: rgb(31,29,64); }
td.TdClassName
{
border-color: #1F1D40;
}
.TagClassName
{
border-color: #1F1D40;
}
</style>