Shades of Blue Gem #413BAF
Tints of Blue Gem #413BAF
RGB
CMYK
RGB Variations
Color information
#413BAF (or 0x413BAF) is known color: Blue Gem. HEX triplet: 41, 3B and AF. RGB value is (65,59,175). Sum of RGB (Red+Green+Blue) = 65+59+175=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #413BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413BAF is #BEC450. Grayscale: #494949. Windows color (decimal): -12502097 or 11483969. OLE color: 11483969.
HSL color Cylindrical-coordinate representation of color #413BAF: hue angle of 243.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413BAF is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 59 | 175 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.31 |
| HSL | 243.1º | 0.5% | 0.46% | - |
| HSV(B) | 243.1º | 0.66% | 0.69% | - |
| XYZ | 11.48 | 7.35 | 41.37 | - |
| YUV | 74.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 175 | 0.63 | 0.66 | 0 | 0.31 | 243.1 | 0.5 | 0.46 |
| Hex | 41 | 3B | AF | 3F | 42 | 0 | 1F | F3 | 32 | 2E |
| Octal | 101 | 73 | 257 | 77 | 102 | 0 | 37 | 363 | 62 | 56 |
| Binary | 1000001 | 111011 | 10101111 | 111111 | 1000010 | 0 | 11111 | 11110011 | 110010 | 101110 |
Color Harmonies of #413BAF
Complementary color
Monochromatic Colors of #413BAF
Black with #413BAF
Text Example
Text Example
White with #413BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413BAF; }
p { color: rgb(65,59,175); }
H1.HeaderClassName
{
color: #413BAF;
}
.AnyTagClassName
{
color: #413BAF;
}
</style>
background-color css
<style>
a { background-color: #413BAF; }
a { background-color: rgb(65,59,175); }
div.DivClassName
{
background-color: #413BAF;
}
.BgClassName
{
background-color: #413BAF;
}
</style>
border-color css
<style>
span { border-color: #413BAF; }
span { border-color: rgb(65,59,175); }
td.TdClassName
{
border-color: #413BAF;
}
.TagClassName
{
border-color: #413BAF;
}
</style>