Shades of Blue Gem #413AAF
Tints of Blue Gem #413AAF
RGB
CMYK
RGB Variations
Color information
#413AAF (or 0x413AAF) is known color: Blue Gem. HEX triplet: 41, 3A and AF. RGB value is (65,58,175). Sum of RGB (Red+Green+Blue) = 65+58+175=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #413AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413AAF is #BEC550. Grayscale: #484848. Windows color (decimal): -12502353 or 11483713. OLE color: 11483713.
HSL color Cylindrical-coordinate representation of color #413AAF: hue angle of 243.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #413AAF is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 58 | 175 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.31 |
| HSL | 243.59º | 0.5% | 0.46% | - |
| HSV(B) | 243.59º | 0.67% | 0.69% | - |
| XYZ | 11.43 | 7.25 | 41.35 | - |
| YUV | 73.43 | 185.32 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 175 | 0.63 | 0.67 | 0 | 0.31 | 243.59 | 0.5 | 0.46 |
| Hex | 41 | 3A | AF | 3F | 43 | 0 | 1F | F4 | 32 | 2E |
| Octal | 101 | 72 | 257 | 77 | 103 | 0 | 37 | 364 | 62 | 56 |
| Binary | 1000001 | 111010 | 10101111 | 111111 | 1000011 | 0 | 11111 | 11110100 | 110010 | 101110 |
Color Harmonies of #413AAF
Complementary color
Monochromatic Colors of #413AAF
Black with #413AAF
Text Example
Text Example
White with #413AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413AAF; }
p { color: rgb(65,58,175); }
H1.HeaderClassName
{
color: #413AAF;
}
.AnyTagClassName
{
color: #413AAF;
}
</style>
background-color css
<style>
a { background-color: #413AAF; }
a { background-color: rgb(65,58,175); }
div.DivClassName
{
background-color: #413AAF;
}
.BgClassName
{
background-color: #413AAF;
}
</style>
border-color css
<style>
span { border-color: #413AAF; }
span { border-color: rgb(65,58,175); }
td.TdClassName
{
border-color: #413AAF;
}
.TagClassName
{
border-color: #413AAF;
}
</style>