Shades of Blue Gem #413EA3
Tints of Blue Gem #413EA3
RGB
CMYK
RGB Variations
Color information
#413EA3 (or 0x413EA3) is known color: Blue Gem. HEX triplet: 41, 3E and A3. RGB value is (65,62,163). Sum of RGB (Red+Green+Blue) = 65+62+163=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 163 (64.06% from 255 or 56.21% from 290); Max value from RGB is 163 - color contains mainly: blue. Hex color #413EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413EA3 is #BEC15C. Grayscale: #4A4A4A. Windows color (decimal): -12501341 or 10698305. OLE color: 10698305.
HSL color Cylindrical-coordinate representation of color #413EA3: hue angle of 241.78º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413EA3 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 62 | 163 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.36 |
| HSL | 241.78º | 0.45% | 0.44% | - |
| HSV(B) | 241.78º | 0.62% | 0.64% | - |
| XYZ | 10.51 | 7.21 | 35.49 | - |
| YUV | 74.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 163 | 0.60 | 0.62 | 0 | 0.36 | 241.78 | 0.45 | 0.44 |
| Hex | 41 | 3E | A3 | 3C | 3E | 0 | 24 | F2 | 2D | 2C |
| Octal | 101 | 76 | 243 | 74 | 76 | 0 | 44 | 362 | 55 | 54 |
| Binary | 1000001 | 111110 | 10100011 | 111100 | 111110 | 0 | 100100 | 11110010 | 101101 | 101100 |
Color Harmonies of #413EA3
Complementary color
Monochromatic Colors of #413EA3
Black with #413EA3
Text Example
Text Example
White with #413EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413EA3; }
p { color: rgb(65,62,163); }
H1.HeaderClassName
{
color: #413EA3;
}
.AnyTagClassName
{
color: #413EA3;
}
</style>
background-color css
<style>
a { background-color: #413EA3; }
a { background-color: rgb(65,62,163); }
div.DivClassName
{
background-color: #413EA3;
}
.BgClassName
{
background-color: #413EA3;
}
</style>
border-color css
<style>
span { border-color: #413EA3; }
span { border-color: rgb(65,62,163); }
td.TdClassName
{
border-color: #413EA3;
}
.TagClassName
{
border-color: #413EA3;
}
</style>