Shades of Blue Gem #402791
Tints of Blue Gem #402791
RGB
CMYK
RGB Variations
Color information
#402791 (or 0x402791) is known color: Blue Gem. HEX triplet: 40, 27 and 91. RGB value is (64,39,145). Sum of RGB (Red+Green+Blue) = 64+39+145=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #402791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402791 is #BFD86E. Grayscale: #3A3A3A. Windows color (decimal): -12572783 or 9512768. OLE color: 9512768.
HSL color Cylindrical-coordinate representation of color #402791: hue angle of 254.15º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402791 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 39 | 145 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.43 |
| HSL | 254.15º | 0.58% | 0.36% | - |
| HSV(B) | 254.15º | 0.73% | 0.57% | - |
| XYZ | 7.95 | 4.59 | 27.25 | - |
| YUV | 58.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 145 | 0.56 | 0.73 | 0 | 0.43 | 254.15 | 0.58 | 0.36 |
| Hex | 40 | 27 | 91 | 38 | 49 | 0 | 2B | FE | 3A | 24 |
| Octal | 100 | 47 | 221 | 70 | 111 | 0 | 53 | 376 | 72 | 44 |
| Binary | 1000000 | 100111 | 10010001 | 111000 | 1001001 | 0 | 101011 | 11111110 | 111010 | 100100 |
Color Harmonies of #402791
Complementary color
Monochromatic Colors of #402791
Black with #402791
Text Example
Text Example
White with #402791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402791; }
p { color: rgb(64,39,145); }
H1.HeaderClassName
{
color: #402791;
}
.AnyTagClassName
{
color: #402791;
}
</style>
background-color css
<style>
a { background-color: #402791; }
a { background-color: rgb(64,39,145); }
div.DivClassName
{
background-color: #402791;
}
.BgClassName
{
background-color: #402791;
}
</style>
border-color css
<style>
span { border-color: #402791; }
span { border-color: rgb(64,39,145); }
td.TdClassName
{
border-color: #402791;
}
.TagClassName
{
border-color: #402791;
}
</style>