Shades of Blue Gem #412DA2
Tints of Blue Gem #412DA2
RGB
CMYK
RGB Variations
Color information
#412DA2 (or 0x412DA2) is known color: Blue Gem. HEX triplet: 41, 2D and A2. RGB value is (65,45,162). Sum of RGB (Red+Green+Blue) = 65+45+162=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 162 (63.67% from 255 or 59.56% from 272); Max value from RGB is 162 - color contains mainly: blue. Hex color #412DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412DA2 is #BED25D. Grayscale: #3F3F3F. Windows color (decimal): -12505694 or 10628417. OLE color: 10628417.
HSL color Cylindrical-coordinate representation of color #412DA2: hue angle of 250.26º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412DA2 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 45 | 162 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.36 |
| HSL | 250.26º | 0.57% | 0.41% | - |
| HSV(B) | 250.26º | 0.72% | 0.64% | - |
| XYZ | 9.64 | 5.61 | 34.76 | - |
| YUV | 64.32 | 183.13 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 162 | 0.60 | 0.72 | 0 | 0.36 | 250.26 | 0.57 | 0.41 |
| Hex | 41 | 2D | A2 | 3C | 48 | 0 | 24 | FA | 39 | 29 |
| Octal | 101 | 55 | 242 | 74 | 110 | 0 | 44 | 372 | 71 | 51 |
| Binary | 1000001 | 101101 | 10100010 | 111100 | 1001000 | 0 | 100100 | 11111010 | 111001 | 101001 |
Color Harmonies of #412DA2
Complementary color
Monochromatic Colors of #412DA2
Black with #412DA2
Text Example
Text Example
White with #412DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412DA2; }
p { color: rgb(65,45,162); }
H1.HeaderClassName
{
color: #412DA2;
}
.AnyTagClassName
{
color: #412DA2;
}
</style>
background-color css
<style>
a { background-color: #412DA2; }
a { background-color: rgb(65,45,162); }
div.DivClassName
{
background-color: #412DA2;
}
.BgClassName
{
background-color: #412DA2;
}
</style>
border-color css
<style>
span { border-color: #412DA2; }
span { border-color: rgb(65,45,162); }
td.TdClassName
{
border-color: #412DA2;
}
.TagClassName
{
border-color: #412DA2;
}
</style>