Shades of Blue Gem #412893
Tints of Blue Gem #412893
RGB
CMYK
RGB Variations
Color information
#412893 (or 0x412893) is known color: Blue Gem. HEX triplet: 41, 28 and 93. RGB value is (65,40,147). Sum of RGB (Red+Green+Blue) = 65+40+147=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #412893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412893 is #BED76C. Grayscale: #3B3B3B. Windows color (decimal): -12506989 or 9644097. OLE color: 9644097.
HSL color Cylindrical-coordinate representation of color #412893: hue angle of 254.02º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412893 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 40 | 147 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.42 |
| HSL | 254.02º | 0.57% | 0.37% | - |
| HSV(B) | 254.02º | 0.73% | 0.58% | - |
| XYZ | 8.21 | 4.75 | 28.09 | - |
| YUV | 59.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 147 | 0.56 | 0.73 | 0 | 0.42 | 254.02 | 0.57 | 0.37 |
| Hex | 41 | 28 | 93 | 38 | 49 | 0 | 2A | FE | 39 | 25 |
| Octal | 101 | 50 | 223 | 70 | 111 | 0 | 52 | 376 | 71 | 45 |
| Binary | 1000001 | 101000 | 10010011 | 111000 | 1001001 | 0 | 101010 | 11111110 | 111001 | 100101 |
Color Harmonies of #412893
Complementary color
Monochromatic Colors of #412893
Black with #412893
Text Example
Text Example
White with #412893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412893; }
p { color: rgb(65,40,147); }
H1.HeaderClassName
{
color: #412893;
}
.AnyTagClassName
{
color: #412893;
}
</style>
background-color css
<style>
a { background-color: #412893; }
a { background-color: rgb(65,40,147); }
div.DivClassName
{
background-color: #412893;
}
.BgClassName
{
background-color: #412893;
}
</style>
border-color css
<style>
span { border-color: #412893; }
span { border-color: rgb(65,40,147); }
td.TdClassName
{
border-color: #412893;
}
.TagClassName
{
border-color: #412893;
}
</style>