Shades of Blue Gem #401EA4
Tints of Blue Gem #401EA4
RGB
CMYK
RGB Variations
Color information
#401EA4 (or 0x401EA4) is known color: Blue Gem. HEX triplet: 40, 1E and A4. RGB value is (64,30,164). Sum of RGB (Red+Green+Blue) = 64+30+164=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 164 (64.45% from 255 or 63.57% from 258); Max value from RGB is 164 - color contains mainly: blue. Hex color #401EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401EA4 is #BFE15B. Grayscale: #363636. Windows color (decimal): -12575068 or 10755648. OLE color: 10755648.
HSL color Cylindrical-coordinate representation of color #401EA4: hue angle of 255.22º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401EA4 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 30 | 164 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.36 |
| HSL | 255.22º | 0.69% | 0.38% | - |
| HSV(B) | 255.22º | 0.82% | 0.64% | - |
| XYZ | 9.28 | 4.7 | 35.54 | - |
| YUV | 55.44 | 189.26 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 164 | 0.61 | 0.82 | 0 | 0.36 | 255.22 | 0.69 | 0.38 |
| Hex | 40 | 1E | A4 | 3D | 52 | 0 | 24 | FF | 45 | 26 |
| Octal | 100 | 36 | 244 | 75 | 122 | 0 | 44 | 377 | 105 | 46 |
| Binary | 1000000 | 11110 | 10100100 | 111101 | 1010010 | 0 | 100100 | 11111111 | 1000101 | 100110 |
Color Harmonies of #401EA4
Complementary color
Monochromatic Colors of #401EA4
Black with #401EA4
Text Example
Text Example
White with #401EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401EA4; }
p { color: rgb(64,30,164); }
H1.HeaderClassName
{
color: #401EA4;
}
.AnyTagClassName
{
color: #401EA4;
}
</style>
background-color css
<style>
a { background-color: #401EA4; }
a { background-color: rgb(64,30,164); }
div.DivClassName
{
background-color: #401EA4;
}
.BgClassName
{
background-color: #401EA4;
}
</style>
border-color css
<style>
span { border-color: #401EA4; }
span { border-color: rgb(64,30,164); }
td.TdClassName
{
border-color: #401EA4;
}
.TagClassName
{
border-color: #401EA4;
}
</style>