Shades of Blue Gem #401EAD
Tints of Blue Gem #401EAD
RGB
CMYK
RGB Variations
Color information
#401EAD (or 0x401EAD) is known color: Blue Gem. HEX triplet: 40, 1E and AD. RGB value is (64,30,173). Sum of RGB (Red+Green+Blue) = 64+30+173=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #401EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401EAD is #BFE152. Grayscale: #373737. Windows color (decimal): -12575059 or 11345472. OLE color: 11345472.
HSL color Cylindrical-coordinate representation of color #401EAD: hue angle of 254.27º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #401EAD is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 30 | 173 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.32 |
| HSL | 254.27º | 0.7% | 0.4% | - |
| HSV(B) | 254.27º | 0.83% | 0.68% | - |
| XYZ | 10.12 | 5.04 | 39.97 | - |
| YUV | 56.47 | 193.76 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 173 | 0.63 | 0.83 | 0 | 0.32 | 254.27 | 0.7 | 0.4 |
| Hex | 40 | 1E | AD | 3F | 53 | 0 | 20 | FE | 46 | 28 |
| Octal | 100 | 36 | 255 | 77 | 123 | 0 | 40 | 376 | 106 | 50 |
| Binary | 1000000 | 11110 | 10101101 | 111111 | 1010011 | 0 | 100000 | 11111110 | 1000110 | 101000 |
Color Harmonies of #401EAD
Complementary color
Monochromatic Colors of #401EAD
Black with #401EAD
Text Example
Text Example
White with #401EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401EAD; }
p { color: rgb(64,30,173); }
H1.HeaderClassName
{
color: #401EAD;
}
.AnyTagClassName
{
color: #401EAD;
}
</style>
background-color css
<style>
a { background-color: #401EAD; }
a { background-color: rgb(64,30,173); }
div.DivClassName
{
background-color: #401EAD;
}
.BgClassName
{
background-color: #401EAD;
}
</style>
border-color css
<style>
span { border-color: #401EAD; }
span { border-color: rgb(64,30,173); }
td.TdClassName
{
border-color: #401EAD;
}
.TagClassName
{
border-color: #401EAD;
}
</style>