Shades of Blue Gem #412395
Tints of Blue Gem #412395
RGB
CMYK
RGB Variations
Color information
#412395 (or 0x412395) is known color: Blue Gem. HEX triplet: 41, 23 and 95. RGB value is (65,35,149). Sum of RGB (Red+Green+Blue) = 65+35+149=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #412395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412395 is #BEDC6A. Grayscale: #383838. Windows color (decimal): -12508267 or 9773889. OLE color: 9773889.
HSL color Cylindrical-coordinate representation of color #412395: hue angle of 255.79º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412395 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 35 | 149 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.42 |
| HSL | 255.79º | 0.62% | 0.36% | - |
| HSV(B) | 255.79º | 0.77% | 0.58% | - |
| XYZ | 8.21 | 4.5 | 28.87 | - |
| YUV | 56.97 | 179.94 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 149 | 0.56 | 0.77 | 0 | 0.42 | 255.79 | 0.62 | 0.36 |
| Hex | 41 | 23 | 95 | 38 | 4D | 0 | 2A | 100 | 3E | 24 |
| Octal | 101 | 43 | 225 | 70 | 115 | 0 | 52 | 400 | 76 | 44 |
| Binary | 1000001 | 100011 | 10010101 | 111000 | 1001101 | 0 | 101010 | 100000000 | 111110 | 100100 |
Color Harmonies of #412395
Complementary color
Monochromatic Colors of #412395
Black with #412395
Text Example
Text Example
White with #412395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412395; }
p { color: rgb(65,35,149); }
H1.HeaderClassName
{
color: #412395;
}
.AnyTagClassName
{
color: #412395;
}
</style>
background-color css
<style>
a { background-color: #412395; }
a { background-color: rgb(65,35,149); }
div.DivClassName
{
background-color: #412395;
}
.BgClassName
{
background-color: #412395;
}
</style>
border-color css
<style>
span { border-color: #412395; }
span { border-color: rgb(65,35,149); }
td.TdClassName
{
border-color: #412395;
}
.TagClassName
{
border-color: #412395;
}
</style>