Shades of Blue Gem #412398
Tints of Blue Gem #412398
RGB
CMYK
RGB Variations
Color information
#412398 (or 0x412398) is known color: Blue Gem. HEX triplet: 41, 23 and 98. RGB value is (65,35,152). Sum of RGB (Red+Green+Blue) = 65+35+152=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #412398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412398 is #BEDC67. Grayscale: #383838. Windows color (decimal): -12508264 or 9970497. OLE color: 9970497.
HSL color Cylindrical-coordinate representation of color #412398: hue angle of 255.38º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412398 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 35 | 152 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.40 |
| HSL | 255.38º | 0.63% | 0.37% | - |
| HSV(B) | 255.38º | 0.77% | 0.6% | - |
| XYZ | 8.45 | 4.59 | 30.15 | - |
| YUV | 57.31 | 181.44 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 152 | 0.57 | 0.77 | 0 | 0.40 | 255.38 | 0.63 | 0.37 |
| Hex | 41 | 23 | 98 | 39 | 4D | 0 | 28 | FF | 3F | 25 |
| Octal | 101 | 43 | 230 | 71 | 115 | 0 | 50 | 377 | 77 | 45 |
| Binary | 1000001 | 100011 | 10011000 | 111001 | 1001101 | 0 | 101000 | 11111111 | 111111 | 100101 |
Color Harmonies of #412398
Complementary color
Monochromatic Colors of #412398
Black with #412398
Text Example
Text Example
White with #412398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412398; }
p { color: rgb(65,35,152); }
H1.HeaderClassName
{
color: #412398;
}
.AnyTagClassName
{
color: #412398;
}
</style>
background-color css
<style>
a { background-color: #412398; }
a { background-color: rgb(65,35,152); }
div.DivClassName
{
background-color: #412398;
}
.BgClassName
{
background-color: #412398;
}
</style>
border-color css
<style>
span { border-color: #412398; }
span { border-color: rgb(65,35,152); }
td.TdClassName
{
border-color: #412398;
}
.TagClassName
{
border-color: #412398;
}
</style>