Shades of Blue Gem #402793
Tints of Blue Gem #402793
RGB
CMYK
RGB Variations
Color information
#402793 (or 0x402793) is known color: Blue Gem. HEX triplet: 40, 27 and 93. RGB value is (64,39,147). Sum of RGB (Red+Green+Blue) = 64+39+147=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #402793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402793 is #BFD86C. Grayscale: #3A3A3A. Windows color (decimal): -12572781 or 9643840. OLE color: 9643840.
HSL color Cylindrical-coordinate representation of color #402793: hue angle of 253.89º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402793 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 39 | 147 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.42 |
| HSL | 253.89º | 0.58% | 0.36% | - |
| HSV(B) | 253.89º | 0.73% | 0.58% | - |
| XYZ | 8.11 | 4.65 | 28.07 | - |
| YUV | 58.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 147 | 0.56 | 0.73 | 0 | 0.42 | 253.89 | 0.58 | 0.36 |
| Hex | 40 | 27 | 93 | 38 | 49 | 0 | 2A | FE | 3A | 24 |
| Octal | 100 | 47 | 223 | 70 | 111 | 0 | 52 | 376 | 72 | 44 |
| Binary | 1000000 | 100111 | 10010011 | 111000 | 1001001 | 0 | 101010 | 11111110 | 111010 | 100100 |
Color Harmonies of #402793
Complementary color
Monochromatic Colors of #402793
Black with #402793
Text Example
Text Example
White with #402793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402793; }
p { color: rgb(64,39,147); }
H1.HeaderClassName
{
color: #402793;
}
.AnyTagClassName
{
color: #402793;
}
</style>
background-color css
<style>
a { background-color: #402793; }
a { background-color: rgb(64,39,147); }
div.DivClassName
{
background-color: #402793;
}
.BgClassName
{
background-color: #402793;
}
</style>
border-color css
<style>
span { border-color: #402793; }
span { border-color: rgb(64,39,147); }
td.TdClassName
{
border-color: #402793;
}
.TagClassName
{
border-color: #402793;
}
</style>