Shades of Blue Gem #413BAC
Tints of Blue Gem #413BAC
RGB
CMYK
RGB Variations
Color information
#413BAC (or 0x413BAC) is known color: Blue Gem. HEX triplet: 41, 3B and AC. RGB value is (65,59,172). Sum of RGB (Red+Green+Blue) = 65+59+172=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #413BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413BAC is #BEC453. Grayscale: #494949. Windows color (decimal): -12502100 or 11287361. OLE color: 11287361.
HSL color Cylindrical-coordinate representation of color #413BAC: hue angle of 243.19º 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 #413BAC is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 59 | 172 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.33 |
| HSL | 243.19º | 0.49% | 0.45% | - |
| HSV(B) | 243.19º | 0.66% | 0.67% | - |
| XYZ | 11.19 | 7.23 | 39.84 | - |
| YUV | 73.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 172 | 0.62 | 0.66 | 0 | 0.33 | 243.19 | 0.49 | 0.45 |
| Hex | 41 | 3B | AC | 3E | 42 | 0 | 21 | F3 | 31 | 2D |
| Octal | 101 | 73 | 254 | 76 | 102 | 0 | 41 | 363 | 61 | 55 |
| Binary | 1000001 | 111011 | 10101100 | 111110 | 1000010 | 0 | 100001 | 11110011 | 110001 | 101101 |
Color Harmonies of #413BAC
Complementary color
Monochromatic Colors of #413BAC
Black with #413BAC
Text Example
Text Example
White with #413BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413BAC; }
p { color: rgb(65,59,172); }
H1.HeaderClassName
{
color: #413BAC;
}
.AnyTagClassName
{
color: #413BAC;
}
</style>
background-color css
<style>
a { background-color: #413BAC; }
a { background-color: rgb(65,59,172); }
div.DivClassName
{
background-color: #413BAC;
}
.BgClassName
{
background-color: #413BAC;
}
</style>
border-color css
<style>
span { border-color: #413BAC; }
span { border-color: rgb(65,59,172); }
td.TdClassName
{
border-color: #413BAC;
}
.TagClassName
{
border-color: #413BAC;
}
</style>