Shades of Blue Gem #412493
Tints of Blue Gem #412493
RGB
CMYK
RGB Variations
Color information
#412493 (or 0x412493) is known color: Blue Gem. HEX triplet: 41, 24 and 93. RGB value is (65,36,147). Sum of RGB (Red+Green+Blue) = 65+36+147=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #412493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412493 is #BEDB6C. Grayscale: #383838. Windows color (decimal): -12508013 or 9643073. OLE color: 9643073.
HSL color Cylindrical-coordinate representation of color #412493: hue angle of 255.68º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412493 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 36 | 147 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.42 |
| HSL | 255.68º | 0.61% | 0.36% | - |
| HSV(B) | 255.68º | 0.76% | 0.58% | - |
| XYZ | 8.08 | 4.49 | 28.05 | - |
| YUV | 57.33 | 178.61 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 147 | 0.56 | 0.76 | 0 | 0.42 | 255.68 | 0.61 | 0.36 |
| Hex | 41 | 24 | 93 | 38 | 4C | 0 | 2A | 100 | 3D | 24 |
| Octal | 101 | 44 | 223 | 70 | 114 | 0 | 52 | 400 | 75 | 44 |
| Binary | 1000001 | 100100 | 10010011 | 111000 | 1001100 | 0 | 101010 | 100000000 | 111101 | 100100 |
Color Harmonies of #412493
Complementary color
Monochromatic Colors of #412493
Black with #412493
Text Example
Text Example
White with #412493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412493; }
p { color: rgb(65,36,147); }
H1.HeaderClassName
{
color: #412493;
}
.AnyTagClassName
{
color: #412493;
}
</style>
background-color css
<style>
a { background-color: #412493; }
a { background-color: rgb(65,36,147); }
div.DivClassName
{
background-color: #412493;
}
.BgClassName
{
background-color: #412493;
}
</style>
border-color css
<style>
span { border-color: #412493; }
span { border-color: rgb(65,36,147); }
td.TdClassName
{
border-color: #412493;
}
.TagClassName
{
border-color: #412493;
}
</style>