Shades of Blue Gem #413EA7
Tints of Blue Gem #413EA7
RGB
CMYK
RGB Variations
Color information
#413EA7 (or 0x413EA7) is known color: Blue Gem. HEX triplet: 41, 3E and A7. RGB value is (65,62,167). Sum of RGB (Red+Green+Blue) = 65+62+167=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 167 (65.62% from 255 or 56.80% from 294); Max value from RGB is 167 - color contains mainly: blue. Hex color #413EA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413EA7 is #BEC158. Grayscale: #4A4A4A. Windows color (decimal): -12501337 or 10960449. OLE color: 10960449.
HSL color Cylindrical-coordinate representation of color #413EA7: hue angle of 241.71º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #413EA7 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 62 | 167 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.35 |
| HSL | 241.71º | 0.46% | 0.45% | - |
| HSV(B) | 241.71º | 0.63% | 0.65% | - |
| XYZ | 10.88 | 7.36 | 37.41 | - |
| YUV | 74.87 | 179.99 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 167 | 0.61 | 0.63 | 0 | 0.35 | 241.71 | 0.46 | 0.45 |
| Hex | 41 | 3E | A7 | 3D | 3F | 0 | 23 | F2 | 2E | 2D |
| Octal | 101 | 76 | 247 | 75 | 77 | 0 | 43 | 362 | 56 | 55 |
| Binary | 1000001 | 111110 | 10100111 | 111101 | 111111 | 0 | 100011 | 11110010 | 101110 | 101101 |
Color Harmonies of #413EA7
Complementary color
Monochromatic Colors of #413EA7
Black with #413EA7
Text Example
Text Example
White with #413EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413EA7; }
p { color: rgb(65,62,167); }
H1.HeaderClassName
{
color: #413EA7;
}
.AnyTagClassName
{
color: #413EA7;
}
</style>
background-color css
<style>
a { background-color: #413EA7; }
a { background-color: rgb(65,62,167); }
div.DivClassName
{
background-color: #413EA7;
}
.BgClassName
{
background-color: #413EA7;
}
</style>
border-color css
<style>
span { border-color: #413EA7; }
span { border-color: rgb(65,62,167); }
td.TdClassName
{
border-color: #413EA7;
}
.TagClassName
{
border-color: #413EA7;
}
</style>