Shades of Blue Gem #411BAB
Tints of Blue Gem #411BAB
RGB
CMYK
RGB Variations
Color information
#411BAB (or 0x411BAB) is known color: Blue Gem. HEX triplet: 41, 1B and AB. RGB value is (65,27,171). Sum of RGB (Red+Green+Blue) = 65+27+171=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #411BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411BAB is #BEE454. Grayscale: #363636. Windows color (decimal): -12510293 or 11213633. OLE color: 11213633.
HSL color Cylindrical-coordinate representation of color #411BAB: hue angle of 255.83º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411BAB is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 27 | 171 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.33 |
| HSL | 255.83º | 0.73% | 0.39% | - |
| HSV(B) | 255.83º | 0.84% | 0.67% | - |
| XYZ | 9.92 | 4.85 | 38.94 | - |
| YUV | 54.78 | 193.59 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 171 | 0.62 | 0.84 | 0 | 0.33 | 255.83 | 0.73 | 0.39 |
| Hex | 41 | 1B | AB | 3E | 54 | 0 | 21 | 100 | 49 | 27 |
| Octal | 101 | 33 | 253 | 76 | 124 | 0 | 41 | 400 | 111 | 47 |
| Binary | 1000001 | 11011 | 10101011 | 111110 | 1010100 | 0 | 100001 | 100000000 | 1001001 | 100111 |
Color Harmonies of #411BAB
Complementary color
Monochromatic Colors of #411BAB
Black with #411BAB
Text Example
Text Example
White with #411BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411BAB; }
p { color: rgb(65,27,171); }
H1.HeaderClassName
{
color: #411BAB;
}
.AnyTagClassName
{
color: #411BAB;
}
</style>
background-color css
<style>
a { background-color: #411BAB; }
a { background-color: rgb(65,27,171); }
div.DivClassName
{
background-color: #411BAB;
}
.BgClassName
{
background-color: #411BAB;
}
</style>
border-color css
<style>
span { border-color: #411BAB; }
span { border-color: rgb(65,27,171); }
td.TdClassName
{
border-color: #411BAB;
}
.TagClassName
{
border-color: #411BAB;
}
</style>