Shades of Blue Gem #402F91
Tints of Blue Gem #402F91
RGB
CMYK
RGB Variations
Color information
#402F91 (or 0x402F91) is known color: Blue Gem. HEX triplet: 40, 2F and 91. RGB value is (64,47,145). Sum of RGB (Red+Green+Blue) = 64+47+145=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #402F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402F91 is #BFD06E. Grayscale: #3E3E3E. Windows color (decimal): -12570735 or 9514816. OLE color: 9514816.
HSL color Cylindrical-coordinate representation of color #402F91: hue angle of 250.41º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #402F91 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 47 | 145 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.43 |
| HSL | 250.41º | 0.51% | 0.38% | - |
| HSV(B) | 250.41º | 0.68% | 0.57% | - |
| XYZ | 8.24 | 5.17 | 27.35 | - |
| YUV | 63.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 145 | 0.56 | 0.68 | 0 | 0.43 | 250.41 | 0.51 | 0.38 |
| Hex | 40 | 2F | 91 | 38 | 44 | 0 | 2B | FA | 33 | 26 |
| Octal | 100 | 57 | 221 | 70 | 104 | 0 | 53 | 372 | 63 | 46 |
| Binary | 1000000 | 101111 | 10010001 | 111000 | 1000100 | 0 | 101011 | 11111010 | 110011 | 100110 |
Color Harmonies of #402F91
Complementary color
Monochromatic Colors of #402F91
Black with #402F91
Text Example
Text Example
White with #402F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F91; }
p { color: rgb(64,47,145); }
H1.HeaderClassName
{
color: #402F91;
}
.AnyTagClassName
{
color: #402F91;
}
</style>
background-color css
<style>
a { background-color: #402F91; }
a { background-color: rgb(64,47,145); }
div.DivClassName
{
background-color: #402F91;
}
.BgClassName
{
background-color: #402F91;
}
</style>
border-color css
<style>
span { border-color: #402F91; }
span { border-color: rgb(64,47,145); }
td.TdClassName
{
border-color: #402F91;
}
.TagClassName
{
border-color: #402F91;
}
</style>