Shades of Blue Gem #402293
Tints of Blue Gem #402293
RGB
CMYK
RGB Variations
Color information
#402293 (or 0x402293) is known color: Blue Gem. HEX triplet: 40, 22 and 93. RGB value is (64,34,147). Sum of RGB (Red+Green+Blue) = 64+34+147=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #402293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402293 is #BFDD6C. Grayscale: #373737. Windows color (decimal): -12574061 or 9642560. OLE color: 9642560.
HSL color Cylindrical-coordinate representation of color #402293: hue angle of 255.93º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402293 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 34 | 147 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.42 |
| HSL | 255.93º | 0.62% | 0.35% | - |
| HSV(B) | 255.93º | 0.77% | 0.58% | - |
| XYZ | 7.95 | 4.34 | 28.02 | - |
| YUV | 55.85 | 179.44 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 147 | 0.56 | 0.77 | 0 | 0.42 | 255.93 | 0.62 | 0.35 |
| Hex | 40 | 22 | 93 | 38 | 4D | 0 | 2A | 100 | 3E | 23 |
| Octal | 100 | 42 | 223 | 70 | 115 | 0 | 52 | 400 | 76 | 43 |
| Binary | 1000000 | 100010 | 10010011 | 111000 | 1001101 | 0 | 101010 | 100000000 | 111110 | 100011 |
Color Harmonies of #402293
Complementary color
Monochromatic Colors of #402293
Black with #402293
Text Example
Text Example
White with #402293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402293; }
p { color: rgb(64,34,147); }
H1.HeaderClassName
{
color: #402293;
}
.AnyTagClassName
{
color: #402293;
}
</style>
background-color css
<style>
a { background-color: #402293; }
a { background-color: rgb(64,34,147); }
div.DivClassName
{
background-color: #402293;
}
.BgClassName
{
background-color: #402293;
}
</style>
border-color css
<style>
span { border-color: #402293; }
span { border-color: rgb(64,34,147); }
td.TdClassName
{
border-color: #402293;
}
.TagClassName
{
border-color: #402293;
}
</style>