Shades of Blue Gem #401DA1
Tints of Blue Gem #401DA1
RGB
CMYK
RGB Variations
Color information
#401DA1 (or 0x401DA1) is known color: Blue Gem. HEX triplet: 40, 1D and A1. RGB value is (64,29,161). Sum of RGB (Red+Green+Blue) = 64+29+161=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 161 (63.28% from 255 or 63.39% from 254); Max value from RGB is 161 - color contains mainly: blue. Hex color #401DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401DA1 is #BFE25E. Grayscale: #363636. Windows color (decimal): -12575327 or 10558784. OLE color: 10558784.
HSL color Cylindrical-coordinate representation of color #401DA1: hue angle of 255.91º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401DA1 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 29 | 161 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.37 |
| HSL | 255.91º | 0.69% | 0.37% | - |
| HSV(B) | 255.91º | 0.82% | 0.63% | - |
| XYZ | 8.99 | 4.54 | 34.12 | - |
| YUV | 54.51 | 188.1 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 161 | 0.60 | 0.82 | 0 | 0.37 | 255.91 | 0.69 | 0.37 |
| Hex | 40 | 1D | A1 | 3C | 52 | 0 | 25 | 100 | 45 | 25 |
| Octal | 100 | 35 | 241 | 74 | 122 | 0 | 45 | 400 | 105 | 45 |
| Binary | 1000000 | 11101 | 10100001 | 111100 | 1010010 | 0 | 100101 | 100000000 | 1000101 | 100101 |
Color Harmonies of #401DA1
Complementary color
Monochromatic Colors of #401DA1
Black with #401DA1
Text Example
Text Example
White with #401DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401DA1; }
p { color: rgb(64,29,161); }
H1.HeaderClassName
{
color: #401DA1;
}
.AnyTagClassName
{
color: #401DA1;
}
</style>
background-color css
<style>
a { background-color: #401DA1; }
a { background-color: rgb(64,29,161); }
div.DivClassName
{
background-color: #401DA1;
}
.BgClassName
{
background-color: #401DA1;
}
</style>
border-color css
<style>
span { border-color: #401DA1; }
span { border-color: rgb(64,29,161); }
td.TdClassName
{
border-color: #401DA1;
}
.TagClassName
{
border-color: #401DA1;
}
</style>