Shades of Blue Gem #411AAB
Tints of Blue Gem #411AAB
RGB
CMYK
RGB Variations
Color information
#411AAB (or 0x411AAB) is known color: Blue Gem. HEX triplet: 41, 1A and AB. RGB value is (65,26,171). Sum of RGB (Red+Green+Blue) = 65+26+171=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #411AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411AAB is #BEE554. Grayscale: #353535. Windows color (decimal): -12510549 or 11213377. OLE color: 11213377.
HSL color Cylindrical-coordinate representation of color #411AAB: hue angle of 256.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411AAB is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 26 | 171 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.33 |
| HSL | 256.14º | 0.74% | 0.39% | - |
| HSV(B) | 256.14º | 0.85% | 0.67% | - |
| XYZ | 9.9 | 4.8 | 38.93 | - |
| YUV | 54.19 | 193.92 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 171 | 0.62 | 0.85 | 0 | 0.33 | 256.14 | 0.74 | 0.39 |
| Hex | 41 | 1A | AB | 3E | 55 | 0 | 21 | 100 | 4A | 27 |
| Octal | 101 | 32 | 253 | 76 | 125 | 0 | 41 | 400 | 112 | 47 |
| Binary | 1000001 | 11010 | 10101011 | 111110 | 1010101 | 0 | 100001 | 100000000 | 1001010 | 100111 |
Color Harmonies of #411AAB
Complementary color
Monochromatic Colors of #411AAB
Black with #411AAB
Text Example
Text Example
White with #411AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411AAB; }
p { color: rgb(65,26,171); }
H1.HeaderClassName
{
color: #411AAB;
}
.AnyTagClassName
{
color: #411AAB;
}
</style>
background-color css
<style>
a { background-color: #411AAB; }
a { background-color: rgb(65,26,171); }
div.DivClassName
{
background-color: #411AAB;
}
.BgClassName
{
background-color: #411AAB;
}
</style>
border-color css
<style>
span { border-color: #411AAB; }
span { border-color: rgb(65,26,171); }
td.TdClassName
{
border-color: #411AAB;
}
.TagClassName
{
border-color: #411AAB;
}
</style>