Shades of Blue Gem #413CAB
Tints of Blue Gem #413CAB
RGB
CMYK
RGB Variations
Color information
#413CAB (or 0x413CAB) is known color: Blue Gem. HEX triplet: 41, 3C and AB. RGB value is (65,60,171). Sum of RGB (Red+Green+Blue) = 65+60+171=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #413CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413CAB is #BEC354. Grayscale: #494949. Windows color (decimal): -12501845 or 11222081. OLE color: 11222081.
HSL color Cylindrical-coordinate representation of color #413CAB: hue angle of 242.7º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413CAB is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 60 | 171 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.33 |
| HSL | 242.7º | 0.48% | 0.45% | - |
| HSV(B) | 242.7º | 0.65% | 0.67% | - |
| XYZ | 11.15 | 7.3 | 39.35 | - |
| YUV | 74.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 171 | 0.62 | 0.65 | 0 | 0.33 | 242.7 | 0.48 | 0.45 |
| Hex | 41 | 3C | AB | 3E | 41 | 0 | 21 | F3 | 30 | 2D |
| Octal | 101 | 74 | 253 | 76 | 101 | 0 | 41 | 363 | 60 | 55 |
| Binary | 1000001 | 111100 | 10101011 | 111110 | 1000001 | 0 | 100001 | 11110011 | 110000 | 101101 |
Color Harmonies of #413CAB
Complementary color
Monochromatic Colors of #413CAB
Black with #413CAB
Text Example
Text Example
White with #413CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413CAB; }
p { color: rgb(65,60,171); }
H1.HeaderClassName
{
color: #413CAB;
}
.AnyTagClassName
{
color: #413CAB;
}
</style>
background-color css
<style>
a { background-color: #413CAB; }
a { background-color: rgb(65,60,171); }
div.DivClassName
{
background-color: #413CAB;
}
.BgClassName
{
background-color: #413CAB;
}
</style>
border-color css
<style>
span { border-color: #413CAB; }
span { border-color: rgb(65,60,171); }
td.TdClassName
{
border-color: #413CAB;
}
.TagClassName
{
border-color: #413CAB;
}
</style>