Shades of Blue Gem #401EA9
Tints of Blue Gem #401EA9
RGB
CMYK
RGB Variations
Color information
#401EA9 (or 0x401EA9) is known color: Blue Gem. HEX triplet: 40, 1E and A9. RGB value is (64,30,169). Sum of RGB (Red+Green+Blue) = 64+30+169=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 169 (66.41% from 255 or 64.26% from 263); Max value from RGB is 169 - color contains mainly: blue. Hex color #401EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401EA9 is #BFE156. Grayscale: #373737. Windows color (decimal): -12575063 or 11083328. OLE color: 11083328.
HSL color Cylindrical-coordinate representation of color #401EA9: hue angle of 254.68º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401EA9 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 30 | 169 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.34 |
| HSL | 254.68º | 0.7% | 0.39% | - |
| HSV(B) | 254.68º | 0.82% | 0.66% | - |
| XYZ | 9.74 | 4.88 | 37.97 | - |
| YUV | 56.01 | 191.76 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 169 | 0.62 | 0.82 | 0 | 0.34 | 254.68 | 0.7 | 0.39 |
| Hex | 40 | 1E | A9 | 3E | 52 | 0 | 22 | FF | 46 | 27 |
| Octal | 100 | 36 | 251 | 76 | 122 | 0 | 42 | 377 | 106 | 47 |
| Binary | 1000000 | 11110 | 10101001 | 111110 | 1010010 | 0 | 100010 | 11111111 | 1000110 | 100111 |
Color Harmonies of #401EA9
Complementary color
Monochromatic Colors of #401EA9
Black with #401EA9
Text Example
Text Example
White with #401EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401EA9; }
p { color: rgb(64,30,169); }
H1.HeaderClassName
{
color: #401EA9;
}
.AnyTagClassName
{
color: #401EA9;
}
</style>
background-color css
<style>
a { background-color: #401EA9; }
a { background-color: rgb(64,30,169); }
div.DivClassName
{
background-color: #401EA9;
}
.BgClassName
{
background-color: #401EA9;
}
</style>
border-color css
<style>
span { border-color: #401EA9; }
span { border-color: rgb(64,30,169); }
td.TdClassName
{
border-color: #401EA9;
}
.TagClassName
{
border-color: #401EA9;
}
</style>