Shades of Blue Gem #413CAD
Tints of Blue Gem #413CAD
RGB
CMYK
RGB Variations
Color information
#413CAD (or 0x413CAD) is known color: Blue Gem. HEX triplet: 41, 3C and AD. RGB value is (65,60,173). Sum of RGB (Red+Green+Blue) = 65+60+173=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #413CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413CAD is #BEC352. Grayscale: #494949. Windows color (decimal): -12501843 or 11353153. OLE color: 11353153.
HSL color Cylindrical-coordinate representation of color #413CAD: hue angle of 242.65º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413CAD is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 60 | 173 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.32 |
| HSL | 242.65º | 0.48% | 0.46% | - |
| HSV(B) | 242.65º | 0.65% | 0.68% | - |
| XYZ | 11.34 | 7.37 | 40.36 | - |
| YUV | 74.38 | 183.66 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 173 | 0.62 | 0.65 | 0 | 0.32 | 242.65 | 0.48 | 0.46 |
| Hex | 41 | 3C | AD | 3E | 41 | 0 | 20 | F3 | 30 | 2E |
| Octal | 101 | 74 | 255 | 76 | 101 | 0 | 40 | 363 | 60 | 56 |
| Binary | 1000001 | 111100 | 10101101 | 111110 | 1000001 | 0 | 100000 | 11110011 | 110000 | 101110 |
Color Harmonies of #413CAD
Complementary color
Monochromatic Colors of #413CAD
Black with #413CAD
Text Example
Text Example
White with #413CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413CAD; }
p { color: rgb(65,60,173); }
H1.HeaderClassName
{
color: #413CAD;
}
.AnyTagClassName
{
color: #413CAD;
}
</style>
background-color css
<style>
a { background-color: #413CAD; }
a { background-color: rgb(65,60,173); }
div.DivClassName
{
background-color: #413CAD;
}
.BgClassName
{
background-color: #413CAD;
}
</style>
border-color css
<style>
span { border-color: #413CAD; }
span { border-color: rgb(65,60,173); }
td.TdClassName
{
border-color: #413CAD;
}
.TagClassName
{
border-color: #413CAD;
}
</style>