Shades of Blue Gem #412598
Tints of Blue Gem #412598
RGB
CMYK
RGB Variations
Color information
#412598 (or 0x412598) is known color: Blue Gem. HEX triplet: 41, 25 and 98. RGB value is (65,37,152). Sum of RGB (Red+Green+Blue) = 65+37+152=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #412598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412598 is #BEDA67. Grayscale: #3A3A3A. Windows color (decimal): -12507752 or 9971009. OLE color: 9971009.
HSL color Cylindrical-coordinate representation of color #412598: hue angle of 254.61º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412598 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 37 | 152 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.40 |
| HSL | 254.61º | 0.61% | 0.37% | - |
| HSV(B) | 254.61º | 0.76% | 0.6% | - |
| XYZ | 8.51 | 4.71 | 30.17 | - |
| YUV | 58.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 152 | 0.57 | 0.76 | 0 | 0.40 | 254.61 | 0.61 | 0.37 |
| Hex | 41 | 25 | 98 | 39 | 4C | 0 | 28 | FF | 3D | 25 |
| Octal | 101 | 45 | 230 | 71 | 114 | 0 | 50 | 377 | 75 | 45 |
| Binary | 1000001 | 100101 | 10011000 | 111001 | 1001100 | 0 | 101000 | 11111111 | 111101 | 100101 |
Color Harmonies of #412598
Complementary color
Monochromatic Colors of #412598
Black with #412598
Text Example
Text Example
White with #412598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412598; }
p { color: rgb(65,37,152); }
H1.HeaderClassName
{
color: #412598;
}
.AnyTagClassName
{
color: #412598;
}
</style>
background-color css
<style>
a { background-color: #412598; }
a { background-color: rgb(65,37,152); }
div.DivClassName
{
background-color: #412598;
}
.BgClassName
{
background-color: #412598;
}
</style>
border-color css
<style>
span { border-color: #412598; }
span { border-color: rgb(65,37,152); }
td.TdClassName
{
border-color: #412598;
}
.TagClassName
{
border-color: #412598;
}
</style>