Shades of Blue Gem #412DA3
Tints of Blue Gem #412DA3
RGB
CMYK
RGB Variations
Color information
#412DA3 (or 0x412DA3) is known color: Blue Gem. HEX triplet: 41, 2D and A3. RGB value is (65,45,163). Sum of RGB (Red+Green+Blue) = 65+45+163=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 163 (64.06% from 255 or 59.71% from 273); Max value from RGB is 163 - color contains mainly: blue. Hex color #412DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412DA3 is #BED25C. Grayscale: #3F3F3F. Windows color (decimal): -12505693 or 10693953. OLE color: 10693953.
HSL color Cylindrical-coordinate representation of color #412DA3: hue angle of 250.17º 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 #412DA3 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 45 | 163 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.36 |
| HSL | 250.17º | 0.57% | 0.41% | - |
| HSV(B) | 250.17º | 0.72% | 0.64% | - |
| XYZ | 9.73 | 5.64 | 35.23 | - |
| YUV | 64.43 | 183.63 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 163 | 0.60 | 0.72 | 0 | 0.36 | 250.17 | 0.57 | 0.41 |
| Hex | 41 | 2D | A3 | 3C | 48 | 0 | 24 | FA | 39 | 29 |
| Octal | 101 | 55 | 243 | 74 | 110 | 0 | 44 | 372 | 71 | 51 |
| Binary | 1000001 | 101101 | 10100011 | 111100 | 1001000 | 0 | 100100 | 11111010 | 111001 | 101001 |
Color Harmonies of #412DA3
Complementary color
Monochromatic Colors of #412DA3
Black with #412DA3
Text Example
Text Example
White with #412DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412DA3; }
p { color: rgb(65,45,163); }
H1.HeaderClassName
{
color: #412DA3;
}
.AnyTagClassName
{
color: #412DA3;
}
</style>
background-color css
<style>
a { background-color: #412DA3; }
a { background-color: rgb(65,45,163); }
div.DivClassName
{
background-color: #412DA3;
}
.BgClassName
{
background-color: #412DA3;
}
</style>
border-color css
<style>
span { border-color: #412DA3; }
span { border-color: rgb(65,45,163); }
td.TdClassName
{
border-color: #412DA3;
}
.TagClassName
{
border-color: #412DA3;
}
</style>