Shades of Blue Gem #402C93
Tints of Blue Gem #402C93
RGB
CMYK
RGB Variations
Color information
#402C93 (or 0x402C93) is known color: Blue Gem. HEX triplet: 40, 2C and 93. RGB value is (64,44,147). Sum of RGB (Red+Green+Blue) = 64+44+147=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #402C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402C93 is #BFD36C. Grayscale: #3D3D3D. Windows color (decimal): -12571501 or 9645120. OLE color: 9645120.
HSL color Cylindrical-coordinate representation of color #402C93: hue angle of 251.65º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402C93 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 44 | 147 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.42 |
| HSL | 251.65º | 0.54% | 0.37% | - |
| HSV(B) | 251.65º | 0.7% | 0.58% | - |
| XYZ | 8.28 | 5 | 28.13 | - |
| YUV | 61.72 | 176.13 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 147 | 0.56 | 0.70 | 0 | 0.42 | 251.65 | 0.54 | 0.37 |
| Hex | 40 | 2C | 93 | 38 | 46 | 0 | 2A | FC | 36 | 25 |
| Octal | 100 | 54 | 223 | 70 | 106 | 0 | 52 | 374 | 66 | 45 |
| Binary | 1000000 | 101100 | 10010011 | 111000 | 1000110 | 0 | 101010 | 11111100 | 110110 | 100101 |
Color Harmonies of #402C93
Complementary color
Monochromatic Colors of #402C93
Black with #402C93
Text Example
Text Example
White with #402C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C93; }
p { color: rgb(64,44,147); }
H1.HeaderClassName
{
color: #402C93;
}
.AnyTagClassName
{
color: #402C93;
}
</style>
background-color css
<style>
a { background-color: #402C93; }
a { background-color: rgb(64,44,147); }
div.DivClassName
{
background-color: #402C93;
}
.BgClassName
{
background-color: #402C93;
}
</style>
border-color css
<style>
span { border-color: #402C93; }
span { border-color: rgb(64,44,147); }
td.TdClassName
{
border-color: #402C93;
}
.TagClassName
{
border-color: #402C93;
}
</style>