Shades of Blue Gem #411DA7
Tints of Blue Gem #411DA7
RGB
CMYK
RGB Variations
Color information
#411DA7 (or 0x411DA7) is known color: Blue Gem. HEX triplet: 41, 1D and A7. RGB value is (65,29,167). Sum of RGB (Red+Green+Blue) = 65+29+167=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 167 (65.62% from 255 or 63.98% from 261); Max value from RGB is 167 - color contains mainly: blue. Hex color #411DA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411DA7 is #BEE258. Grayscale: #363636. Windows color (decimal): -12509785 or 10952001. OLE color: 10952001.
HSL color Cylindrical-coordinate representation of color #411DA7: hue angle of 255.65º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411DA7 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 29 | 167 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.35 |
| HSL | 255.65º | 0.7% | 0.38% | - |
| HSV(B) | 255.65º | 0.83% | 0.65% | - |
| XYZ | 9.59 | 4.79 | 36.98 | - |
| YUV | 55.5 | 190.93 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 167 | 0.61 | 0.83 | 0 | 0.35 | 255.65 | 0.7 | 0.38 |
| Hex | 41 | 1D | A7 | 3D | 53 | 0 | 23 | 100 | 46 | 26 |
| Octal | 101 | 35 | 247 | 75 | 123 | 0 | 43 | 400 | 106 | 46 |
| Binary | 1000001 | 11101 | 10100111 | 111101 | 1010011 | 0 | 100011 | 100000000 | 1000110 | 100110 |
Color Harmonies of #411DA7
Complementary color
Monochromatic Colors of #411DA7
Black with #411DA7
Text Example
Text Example
White with #411DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411DA7; }
p { color: rgb(65,29,167); }
H1.HeaderClassName
{
color: #411DA7;
}
.AnyTagClassName
{
color: #411DA7;
}
</style>
background-color css
<style>
a { background-color: #411DA7; }
a { background-color: rgb(65,29,167); }
div.DivClassName
{
background-color: #411DA7;
}
.BgClassName
{
background-color: #411DA7;
}
</style>
border-color css
<style>
span { border-color: #411DA7; }
span { border-color: rgb(65,29,167); }
td.TdClassName
{
border-color: #411DA7;
}
.TagClassName
{
border-color: #411DA7;
}
</style>