Shades of Blue Gem #401EAB
Tints of Blue Gem #401EAB
RGB
CMYK
RGB Variations
Color information
#401EAB (or 0x401EAB) is known color: Blue Gem. HEX triplet: 40, 1E and AB. RGB value is (64,30,171). Sum of RGB (Red+Green+Blue) = 64+30+171=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #401EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401EAB is #BFE154. Grayscale: #373737. Windows color (decimal): -12575061 or 11214400. OLE color: 11214400.
HSL color Cylindrical-coordinate representation of color #401EAB: hue angle of 254.47º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401EAB is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 30 | 171 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.33 |
| HSL | 254.47º | 0.7% | 0.39% | - |
| HSV(B) | 254.47º | 0.82% | 0.67% | - |
| XYZ | 9.93 | 4.96 | 38.96 | - |
| YUV | 56.24 | 192.76 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 171 | 0.63 | 0.82 | 0 | 0.33 | 254.47 | 0.7 | 0.39 |
| Hex | 40 | 1E | AB | 3F | 52 | 0 | 21 | FE | 46 | 27 |
| Octal | 100 | 36 | 253 | 77 | 122 | 0 | 41 | 376 | 106 | 47 |
| Binary | 1000000 | 11110 | 10101011 | 111111 | 1010010 | 0 | 100001 | 11111110 | 1000110 | 100111 |
Color Harmonies of #401EAB
Complementary color
Monochromatic Colors of #401EAB
Black with #401EAB
Text Example
Text Example
White with #401EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401EAB; }
p { color: rgb(64,30,171); }
H1.HeaderClassName
{
color: #401EAB;
}
.AnyTagClassName
{
color: #401EAB;
}
</style>
background-color css
<style>
a { background-color: #401EAB; }
a { background-color: rgb(64,30,171); }
div.DivClassName
{
background-color: #401EAB;
}
.BgClassName
{
background-color: #401EAB;
}
</style>
border-color css
<style>
span { border-color: #401EAB; }
span { border-color: rgb(64,30,171); }
td.TdClassName
{
border-color: #401EAB;
}
.TagClassName
{
border-color: #401EAB;
}
</style>