Shades of Blue Gem #411DA0
Tints of Blue Gem #411DA0
RGB
CMYK
RGB Variations
Color information
#411DA0 (or 0x411DA0) is known color: Blue Gem. HEX triplet: 41, 1D and A0. RGB value is (65,29,160). Sum of RGB (Red+Green+Blue) = 65+29+160=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #411DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411DA0 is #BEE25F. Grayscale: #363636. Windows color (decimal): -12509792 or 10493249. OLE color: 10493249.
HSL color Cylindrical-coordinate representation of color #411DA0: hue angle of 256.49º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411DA0 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 29 | 160 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.37 |
| HSL | 256.49º | 0.69% | 0.37% | - |
| HSV(B) | 256.49º | 0.82% | 0.63% | - |
| XYZ | 8.96 | 4.54 | 33.66 | - |
| YUV | 54.7 | 187.43 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 160 | 0.59 | 0.82 | 0 | 0.37 | 256.49 | 0.69 | 0.37 |
| Hex | 41 | 1D | A0 | 3B | 52 | 0 | 25 | 100 | 45 | 25 |
| Octal | 101 | 35 | 240 | 73 | 122 | 0 | 45 | 400 | 105 | 45 |
| Binary | 1000001 | 11101 | 10100000 | 111011 | 1010010 | 0 | 100101 | 100000000 | 1000101 | 100101 |
Color Harmonies of #411DA0
Complementary color
Monochromatic Colors of #411DA0
Black with #411DA0
Text Example
Text Example
White with #411DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411DA0; }
p { color: rgb(65,29,160); }
H1.HeaderClassName
{
color: #411DA0;
}
.AnyTagClassName
{
color: #411DA0;
}
</style>
background-color css
<style>
a { background-color: #411DA0; }
a { background-color: rgb(65,29,160); }
div.DivClassName
{
background-color: #411DA0;
}
.BgClassName
{
background-color: #411DA0;
}
</style>
border-color css
<style>
span { border-color: #411DA0; }
span { border-color: rgb(65,29,160); }
td.TdClassName
{
border-color: #411DA0;
}
.TagClassName
{
border-color: #411DA0;
}
</style>