Shades of Blue Gem #412BB1
Tints of Blue Gem #412BB1
RGB
CMYK
RGB Variations
Color information
#412BB1 (or 0x412BB1) is known color: Blue Gem. HEX triplet: 41, 2B and B1. RGB value is (65,43,177). Sum of RGB (Red+Green+Blue) = 65+43+177=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 177 (69.53% from 255 or 62.11% from 285); Max value from RGB is 177 - color contains mainly: blue. Hex color #412BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412BB1 is #BED44E. Grayscale: #404040. Windows color (decimal): -12506191 or 11610945. OLE color: 11610945.
HSL color Cylindrical-coordinate representation of color #412BB1: hue angle of 249.85º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412BB1 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 43 | 177 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.31 |
| HSL | 249.85º | 0.61% | 0.43% | - |
| HSV(B) | 249.85º | 0.76% | 0.69% | - |
| XYZ | 10.98 | 6.03 | 42.18 | - |
| YUV | 64.85 | 191.29 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 177 | 0.63 | 0.76 | 0 | 0.31 | 249.85 | 0.61 | 0.43 |
| Hex | 41 | 2B | B1 | 3F | 4C | 0 | 1F | FA | 3D | 2B |
| Octal | 101 | 53 | 261 | 77 | 114 | 0 | 37 | 372 | 75 | 53 |
| Binary | 1000001 | 101011 | 10110001 | 111111 | 1001100 | 0 | 11111 | 11111010 | 111101 | 101011 |
Color Harmonies of #412BB1
Complementary color
Monochromatic Colors of #412BB1
Black with #412BB1
Text Example
Text Example
White with #412BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412BB1; }
p { color: rgb(65,43,177); }
H1.HeaderClassName
{
color: #412BB1;
}
.AnyTagClassName
{
color: #412BB1;
}
</style>
background-color css
<style>
a { background-color: #412BB1; }
a { background-color: rgb(65,43,177); }
div.DivClassName
{
background-color: #412BB1;
}
.BgClassName
{
background-color: #412BB1;
}
</style>
border-color css
<style>
span { border-color: #412BB1; }
span { border-color: rgb(65,43,177); }
td.TdClassName
{
border-color: #412BB1;
}
.TagClassName
{
border-color: #412BB1;
}
</style>