Shades of Blue Gem #401D9B
Tints of Blue Gem #401D9B
RGB
CMYK
RGB Variations
Color information
#401D9B (or 0x401D9B) is known color: Blue Gem. HEX triplet: 40, 1D and 9B. RGB value is (64,29,155). Sum of RGB (Red+Green+Blue) = 64+29+155=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #401D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401D9B is #BFE264. Grayscale: #353535. Windows color (decimal): -12575333 or 10165568. OLE color: 10165568.
HSL color Cylindrical-coordinate representation of color #401D9B: hue angle of 256.67º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401D9B is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 29 | 155 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.39 |
| HSL | 256.67º | 0.68% | 0.36% | - |
| HSV(B) | 256.67º | 0.81% | 0.61% | - |
| XYZ | 8.47 | 4.34 | 31.4 | - |
| YUV | 53.83 | 185.1 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 155 | 0.59 | 0.81 | 0 | 0.39 | 256.67 | 0.68 | 0.36 |
| Hex | 40 | 1D | 9B | 3B | 51 | 0 | 27 | 101 | 44 | 24 |
| Octal | 100 | 35 | 233 | 73 | 121 | 0 | 47 | 401 | 104 | 44 |
| Binary | 1000000 | 11101 | 10011011 | 111011 | 1010001 | 0 | 100111 | 100000001 | 1000100 | 100100 |
Color Harmonies of #401D9B
Complementary color
Monochromatic Colors of #401D9B
Black with #401D9B
Text Example
Text Example
White with #401D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D9B; }
p { color: rgb(64,29,155); }
H1.HeaderClassName
{
color: #401D9B;
}
.AnyTagClassName
{
color: #401D9B;
}
</style>
background-color css
<style>
a { background-color: #401D9B; }
a { background-color: rgb(64,29,155); }
div.DivClassName
{
background-color: #401D9B;
}
.BgClassName
{
background-color: #401D9B;
}
</style>
border-color css
<style>
span { border-color: #401D9B; }
span { border-color: rgb(64,29,155); }
td.TdClassName
{
border-color: #401D9B;
}
.TagClassName
{
border-color: #401D9B;
}
</style>