Shades of Blue Gem #413AAB
Tints of Blue Gem #413AAB
RGB
CMYK
RGB Variations
Color information
#413AAB (or 0x413AAB) is known color: Blue Gem. HEX triplet: 41, 3A and AB. RGB value is (65,58,171). Sum of RGB (Red+Green+Blue) = 65+58+171=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #413AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413AAB is #BEC554. Grayscale: #484848. Windows color (decimal): -12502357 or 11221569. OLE color: 11221569.
HSL color Cylindrical-coordinate representation of color #413AAB: hue angle of 243.72º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413AAB is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 58 | 171 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.33 |
| HSL | 243.72º | 0.49% | 0.45% | - |
| HSV(B) | 243.72º | 0.66% | 0.67% | - |
| XYZ | 11.04 | 7.09 | 39.31 | - |
| YUV | 72.98 | 183.32 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 171 | 0.62 | 0.66 | 0 | 0.33 | 243.72 | 0.49 | 0.45 |
| Hex | 41 | 3A | AB | 3E | 42 | 0 | 21 | F4 | 31 | 2D |
| Octal | 101 | 72 | 253 | 76 | 102 | 0 | 41 | 364 | 61 | 55 |
| Binary | 1000001 | 111010 | 10101011 | 111110 | 1000010 | 0 | 100001 | 11110100 | 110001 | 101101 |
Color Harmonies of #413AAB
Complementary color
Monochromatic Colors of #413AAB
Black with #413AAB
Text Example
Text Example
White with #413AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413AAB; }
p { color: rgb(65,58,171); }
H1.HeaderClassName
{
color: #413AAB;
}
.AnyTagClassName
{
color: #413AAB;
}
</style>
background-color css
<style>
a { background-color: #413AAB; }
a { background-color: rgb(65,58,171); }
div.DivClassName
{
background-color: #413AAB;
}
.BgClassName
{
background-color: #413AAB;
}
</style>
border-color css
<style>
span { border-color: #413AAB; }
span { border-color: rgb(65,58,171); }
td.TdClassName
{
border-color: #413AAB;
}
.TagClassName
{
border-color: #413AAB;
}
</style>