Shades of Blue Gem #413DA2
Tints of Blue Gem #413DA2
RGB
CMYK
RGB Variations
Color information
#413DA2 (or 0x413DA2) is known color: Blue Gem. HEX triplet: 41, 3D and A2. RGB value is (65,61,162). Sum of RGB (Red+Green+Blue) = 65+61+162=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #413DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413DA2 is #BEC25D. Grayscale: #494949. Windows color (decimal): -12501598 or 10632513. OLE color: 10632513.
HSL color Cylindrical-coordinate representation of color #413DA2: hue angle of 242.38º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413DA2 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 61 | 162 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.36 |
| HSL | 242.38º | 0.45% | 0.44% | - |
| HSV(B) | 242.38º | 0.62% | 0.64% | - |
| XYZ | 10.37 | 7.07 | 35 | - |
| YUV | 73.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 162 | 0.60 | 0.62 | 0 | 0.36 | 242.38 | 0.45 | 0.44 |
| Hex | 41 | 3D | A2 | 3C | 3E | 0 | 24 | F2 | 2D | 2C |
| Octal | 101 | 75 | 242 | 74 | 76 | 0 | 44 | 362 | 55 | 54 |
| Binary | 1000001 | 111101 | 10100010 | 111100 | 111110 | 0 | 100100 | 11110010 | 101101 | 101100 |
Color Harmonies of #413DA2
Complementary color
Monochromatic Colors of #413DA2
Black with #413DA2
Text Example
Text Example
White with #413DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413DA2; }
p { color: rgb(65,61,162); }
H1.HeaderClassName
{
color: #413DA2;
}
.AnyTagClassName
{
color: #413DA2;
}
</style>
background-color css
<style>
a { background-color: #413DA2; }
a { background-color: rgb(65,61,162); }
div.DivClassName
{
background-color: #413DA2;
}
.BgClassName
{
background-color: #413DA2;
}
</style>
border-color css
<style>
span { border-color: #413DA2; }
span { border-color: rgb(65,61,162); }
td.TdClassName
{
border-color: #413DA2;
}
.TagClassName
{
border-color: #413DA2;
}
</style>