Shades of Blue Gem #402795
Tints of Blue Gem #402795
RGB
CMYK
RGB Variations
Color information
#402795 (or 0x402795) is known color: Blue Gem. HEX triplet: 40, 27 and 95. RGB value is (64,39,149). Sum of RGB (Red+Green+Blue) = 64+39+149=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #402795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402795 is #BFD86A. Grayscale: #3A3A3A. Windows color (decimal): -12572779 or 9774912. OLE color: 9774912.
HSL color Cylindrical-coordinate representation of color #402795: hue angle of 253.64º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #402795 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 39 | 149 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.42 |
| HSL | 253.64º | 0.59% | 0.37% | - |
| HSV(B) | 253.64º | 0.74% | 0.58% | - |
| XYZ | 8.26 | 4.71 | 28.91 | - |
| YUV | 59.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 149 | 0.57 | 0.74 | 0 | 0.42 | 253.64 | 0.59 | 0.37 |
| Hex | 40 | 27 | 95 | 39 | 4A | 0 | 2A | FE | 3B | 25 |
| Octal | 100 | 47 | 225 | 71 | 112 | 0 | 52 | 376 | 73 | 45 |
| Binary | 1000000 | 100111 | 10010101 | 111001 | 1001010 | 0 | 101010 | 11111110 | 111011 | 100101 |
Color Harmonies of #402795
Complementary color
Monochromatic Colors of #402795
Black with #402795
Text Example
Text Example
White with #402795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402795; }
p { color: rgb(64,39,149); }
H1.HeaderClassName
{
color: #402795;
}
.AnyTagClassName
{
color: #402795;
}
</style>
background-color css
<style>
a { background-color: #402795; }
a { background-color: rgb(64,39,149); }
div.DivClassName
{
background-color: #402795;
}
.BgClassName
{
background-color: #402795;
}
</style>
border-color css
<style>
span { border-color: #402795; }
span { border-color: rgb(64,39,149); }
td.TdClassName
{
border-color: #402795;
}
.TagClassName
{
border-color: #402795;
}
</style>