Shades of Blue Gem #411EAD
Tints of Blue Gem #411EAD
RGB
CMYK
RGB Variations
Color information
#411EAD (or 0x411EAD) is known color: Blue Gem. HEX triplet: 41, 1E and AD. RGB value is (65,30,173). Sum of RGB (Red+Green+Blue) = 65+30+173=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #411EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411EAD is #BEE152. Grayscale: #383838. Windows color (decimal): -12509523 or 11345473. OLE color: 11345473.
HSL color Cylindrical-coordinate representation of color #411EAD: hue angle of 254.69º degrees, saturation: 0.7, 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 #411EAD is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 30 | 173 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.32 |
| HSL | 254.69º | 0.7% | 0.4% | - |
| HSV(B) | 254.69º | 0.83% | 0.68% | - |
| XYZ | 10.19 | 5.07 | 39.98 | - |
| YUV | 56.77 | 193.6 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 173 | 0.62 | 0.83 | 0 | 0.32 | 254.69 | 0.7 | 0.4 |
| Hex | 41 | 1E | AD | 3E | 53 | 0 | 20 | FF | 46 | 28 |
| Octal | 101 | 36 | 255 | 76 | 123 | 0 | 40 | 377 | 106 | 50 |
| Binary | 1000001 | 11110 | 10101101 | 111110 | 1010011 | 0 | 100000 | 11111111 | 1000110 | 101000 |
Color Harmonies of #411EAD
Complementary color
Monochromatic Colors of #411EAD
Black with #411EAD
Text Example
Text Example
White with #411EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411EAD; }
p { color: rgb(65,30,173); }
H1.HeaderClassName
{
color: #411EAD;
}
.AnyTagClassName
{
color: #411EAD;
}
</style>
background-color css
<style>
a { background-color: #411EAD; }
a { background-color: rgb(65,30,173); }
div.DivClassName
{
background-color: #411EAD;
}
.BgClassName
{
background-color: #411EAD;
}
</style>
border-color css
<style>
span { border-color: #411EAD; }
span { border-color: rgb(65,30,173); }
td.TdClassName
{
border-color: #411EAD;
}
.TagClassName
{
border-color: #411EAD;
}
</style>