Shades of Blue Gem #402C8D
Tints of Blue Gem #402C8D
RGB
CMYK
RGB Variations
Color information
#402C8D (or 0x402C8D) is known color: Blue Gem. HEX triplet: 40, 2C and 8D. RGB value is (64,44,141). Sum of RGB (Red+Green+Blue) = 64+44+141=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #402C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402C8D is #BFD372. Grayscale: #3C3C3C. Windows color (decimal): -12571507 or 9251904. OLE color: 9251904.
HSL color Cylindrical-coordinate representation of color #402C8D: hue angle of 252.37º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #402C8D is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 44 | 141 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.45 |
| HSL | 252.37º | 0.52% | 0.36% | - |
| HSV(B) | 252.37º | 0.69% | 0.55% | - |
| XYZ | 7.82 | 4.81 | 25.72 | - |
| YUV | 61.04 | 173.13 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 141 | 0.55 | 0.69 | 0 | 0.45 | 252.37 | 0.52 | 0.36 |
| Hex | 40 | 2C | 8D | 37 | 45 | 0 | 2D | FC | 34 | 24 |
| Octal | 100 | 54 | 215 | 67 | 105 | 0 | 55 | 374 | 64 | 44 |
| Binary | 1000000 | 101100 | 10001101 | 110111 | 1000101 | 0 | 101101 | 11111100 | 110100 | 100100 |
Color Harmonies of #402C8D
Complementary color
Monochromatic Colors of #402C8D
Black with #402C8D
Text Example
Text Example
White with #402C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C8D; }
p { color: rgb(64,44,141); }
H1.HeaderClassName
{
color: #402C8D;
}
.AnyTagClassName
{
color: #402C8D;
}
</style>
background-color css
<style>
a { background-color: #402C8D; }
a { background-color: rgb(64,44,141); }
div.DivClassName
{
background-color: #402C8D;
}
.BgClassName
{
background-color: #402C8D;
}
</style>
border-color css
<style>
span { border-color: #402C8D; }
span { border-color: rgb(64,44,141); }
td.TdClassName
{
border-color: #402C8D;
}
.TagClassName
{
border-color: #402C8D;
}
</style>