Shades of Blue Gem #401DAD
Tints of Blue Gem #401DAD
RGB
CMYK
RGB Variations
Color information
#401DAD (or 0x401DAD) is known color: Blue Gem. HEX triplet: 40, 1D and AD. RGB value is (64,29,173). Sum of RGB (Red+Green+Blue) = 64+29+173=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #401DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401DAD is #BFE252. Grayscale: #373737. Windows color (decimal): -12575315 or 11345216. OLE color: 11345216.
HSL color Cylindrical-coordinate representation of color #401DAD: hue angle of 254.58º degrees, saturation: 0.71, 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 #401DAD is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 29 | 173 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.32 |
| HSL | 254.58º | 0.71% | 0.4% | - |
| HSV(B) | 254.58º | 0.83% | 0.68% | - |
| XYZ | 10.1 | 4.99 | 39.97 | - |
| YUV | 55.88 | 194.1 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 173 | 0.63 | 0.83 | 0 | 0.32 | 254.58 | 0.71 | 0.4 |
| Hex | 40 | 1D | AD | 3F | 53 | 0 | 20 | FF | 47 | 28 |
| Octal | 100 | 35 | 255 | 77 | 123 | 0 | 40 | 377 | 107 | 50 |
| Binary | 1000000 | 11101 | 10101101 | 111111 | 1010011 | 0 | 100000 | 11111111 | 1000111 | 101000 |
Color Harmonies of #401DAD
Complementary color
Monochromatic Colors of #401DAD
Black with #401DAD
Text Example
Text Example
White with #401DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401DAD; }
p { color: rgb(64,29,173); }
H1.HeaderClassName
{
color: #401DAD;
}
.AnyTagClassName
{
color: #401DAD;
}
</style>
background-color css
<style>
a { background-color: #401DAD; }
a { background-color: rgb(64,29,173); }
div.DivClassName
{
background-color: #401DAD;
}
.BgClassName
{
background-color: #401DAD;
}
</style>
border-color css
<style>
span { border-color: #401DAD; }
span { border-color: rgb(64,29,173); }
td.TdClassName
{
border-color: #401DAD;
}
.TagClassName
{
border-color: #401DAD;
}
</style>