Shades of Blue Gem #402391
Tints of Blue Gem #402391
RGB
CMYK
RGB Variations
Color information
#402391 (or 0x402391) is known color: Blue Gem. HEX triplet: 40, 23 and 91. RGB value is (64,35,145). Sum of RGB (Red+Green+Blue) = 64+35+145=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #402391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402391 is #BFDC6E. Grayscale: #373737. Windows color (decimal): -12573807 or 9511744. OLE color: 9511744.
HSL color Cylindrical-coordinate representation of color #402391: hue angle of 255.82º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402391 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 35 | 145 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.43 |
| HSL | 255.82º | 0.61% | 0.35% | - |
| HSV(B) | 255.82º | 0.76% | 0.57% | - |
| XYZ | 7.83 | 4.34 | 27.21 | - |
| YUV | 56.21 | 178.11 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 145 | 0.56 | 0.76 | 0 | 0.43 | 255.82 | 0.61 | 0.35 |
| Hex | 40 | 23 | 91 | 38 | 4C | 0 | 2B | 100 | 3D | 23 |
| Octal | 100 | 43 | 221 | 70 | 114 | 0 | 53 | 400 | 75 | 43 |
| Binary | 1000000 | 100011 | 10010001 | 111000 | 1001100 | 0 | 101011 | 100000000 | 111101 | 100011 |
Color Harmonies of #402391
Complementary color
Monochromatic Colors of #402391
Black with #402391
Text Example
Text Example
White with #402391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402391; }
p { color: rgb(64,35,145); }
H1.HeaderClassName
{
color: #402391;
}
.AnyTagClassName
{
color: #402391;
}
</style>
background-color css
<style>
a { background-color: #402391; }
a { background-color: rgb(64,35,145); }
div.DivClassName
{
background-color: #402391;
}
.BgClassName
{
background-color: #402391;
}
</style>
border-color css
<style>
span { border-color: #402391; }
span { border-color: rgb(64,35,145); }
td.TdClassName
{
border-color: #402391;
}
.TagClassName
{
border-color: #402391;
}
</style>