Shades of Blue Gem #401DAB
Tints of Blue Gem #401DAB
RGB
CMYK
RGB Variations
Color information
#401DAB (or 0x401DAB) is known color: Blue Gem. HEX triplet: 40, 1D and AB. RGB value is (64,29,171). Sum of RGB (Red+Green+Blue) = 64+29+171=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #401DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401DAB is #BFE254. Grayscale: #373737. Windows color (decimal): -12575317 or 11214144. OLE color: 11214144.
HSL color Cylindrical-coordinate representation of color #401DAB: hue angle of 254.79º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #401DAB is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 29 | 171 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.33 |
| HSL | 254.79º | 0.71% | 0.39% | - |
| HSV(B) | 254.79º | 0.83% | 0.67% | - |
| XYZ | 9.9 | 4.91 | 38.95 | - |
| YUV | 55.65 | 193.1 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 171 | 0.63 | 0.83 | 0 | 0.33 | 254.79 | 0.71 | 0.39 |
| Hex | 40 | 1D | AB | 3F | 53 | 0 | 21 | FF | 47 | 27 |
| Octal | 100 | 35 | 253 | 77 | 123 | 0 | 41 | 377 | 107 | 47 |
| Binary | 1000000 | 11101 | 10101011 | 111111 | 1010011 | 0 | 100001 | 11111111 | 1000111 | 100111 |
Color Harmonies of #401DAB
Complementary color
Monochromatic Colors of #401DAB
Black with #401DAB
Text Example
Text Example
White with #401DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401DAB; }
p { color: rgb(64,29,171); }
H1.HeaderClassName
{
color: #401DAB;
}
.AnyTagClassName
{
color: #401DAB;
}
</style>
background-color css
<style>
a { background-color: #401DAB; }
a { background-color: rgb(64,29,171); }
div.DivClassName
{
background-color: #401DAB;
}
.BgClassName
{
background-color: #401DAB;
}
</style>
border-color css
<style>
span { border-color: #401DAB; }
span { border-color: rgb(64,29,171); }
td.TdClassName
{
border-color: #401DAB;
}
.TagClassName
{
border-color: #401DAB;
}
</style>