Shades of Blue Gem #402C99
Tints of Blue Gem #402C99
RGB
CMYK
RGB Variations
Color information
#402C99 (or 0x402C99) is known color: Blue Gem. HEX triplet: 40, 2C and 99. RGB value is (64,44,153). Sum of RGB (Red+Green+Blue) = 64+44+153=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #402C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402C99 is #BFD366. Grayscale: #3D3D3D. Windows color (decimal): -12571495 or 10038336. OLE color: 10038336.
HSL color Cylindrical-coordinate representation of color #402C99: hue angle of 251.01º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #402C99 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 44 | 153 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.4 |
| HSL | 251.01º | 0.55% | 0.39% | - |
| HSV(B) | 251.01º | 0.71% | 0.6% | - |
| XYZ | 8.76 | 5.19 | 30.68 | - |
| YUV | 62.41 | 179.13 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 153 | 0.58 | 0.71 | 0 | 0.4 | 251.01 | 0.55 | 0.39 |
| Hex | 40 | 2C | 99 | 3A | 47 | 0 | 28 | FB | 37 | 27 |
| Octal | 100 | 54 | 231 | 72 | 107 | 0 | 50 | 373 | 67 | 47 |
| Binary | 1000000 | 101100 | 10011001 | 111010 | 1000111 | 0 | 101000 | 11111011 | 110111 | 100111 |
Color Harmonies of #402C99
Complementary color
Monochromatic Colors of #402C99
Black with #402C99
Text Example
Text Example
White with #402C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C99; }
p { color: rgb(64,44,153); }
H1.HeaderClassName
{
color: #402C99;
}
.AnyTagClassName
{
color: #402C99;
}
</style>
background-color css
<style>
a { background-color: #402C99; }
a { background-color: rgb(64,44,153); }
div.DivClassName
{
background-color: #402C99;
}
.BgClassName
{
background-color: #402C99;
}
</style>
border-color css
<style>
span { border-color: #402C99; }
span { border-color: rgb(64,44,153); }
td.TdClassName
{
border-color: #402C99;
}
.TagClassName
{
border-color: #402C99;
}
</style>