Shades of Blue Gem #402C91
Tints of Blue Gem #402C91
RGB
CMYK
RGB Variations
Color information
#402C91 (or 0x402C91) is known color: Blue Gem. HEX triplet: 40, 2C and 91. RGB value is (64,44,145). Sum of RGB (Red+Green+Blue) = 64+44+145=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #402C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402C91 is #BFD36E. Grayscale: #3D3D3D. Windows color (decimal): -12571503 or 9514048. OLE color: 9514048.
HSL color Cylindrical-coordinate representation of color #402C91: hue angle of 251.88º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402C91 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 44 | 145 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.43 |
| HSL | 251.88º | 0.53% | 0.37% | - |
| HSV(B) | 251.88º | 0.7% | 0.57% | - |
| XYZ | 8.13 | 4.94 | 27.31 | - |
| YUV | 61.49 | 175.13 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 145 | 0.56 | 0.70 | 0 | 0.43 | 251.88 | 0.53 | 0.37 |
| Hex | 40 | 2C | 91 | 38 | 46 | 0 | 2B | FC | 35 | 25 |
| Octal | 100 | 54 | 221 | 70 | 106 | 0 | 53 | 374 | 65 | 45 |
| Binary | 1000000 | 101100 | 10010001 | 111000 | 1000110 | 0 | 101011 | 11111100 | 110101 | 100101 |
Color Harmonies of #402C91
Complementary color
Monochromatic Colors of #402C91
Black with #402C91
Text Example
Text Example
White with #402C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C91; }
p { color: rgb(64,44,145); }
H1.HeaderClassName
{
color: #402C91;
}
.AnyTagClassName
{
color: #402C91;
}
</style>
background-color css
<style>
a { background-color: #402C91; }
a { background-color: rgb(64,44,145); }
div.DivClassName
{
background-color: #402C91;
}
.BgClassName
{
background-color: #402C91;
}
</style>
border-color css
<style>
span { border-color: #402C91; }
span { border-color: rgb(64,44,145); }
td.TdClassName
{
border-color: #402C91;
}
.TagClassName
{
border-color: #402C91;
}
</style>