Shades of Blue Gem #402692
Tints of Blue Gem #402692
RGB
CMYK
RGB Variations
Color information
#402692 (or 0x402692) is known color: Blue Gem. HEX triplet: 40, 26 and 92. RGB value is (64,38,146). Sum of RGB (Red+Green+Blue) = 64+38+146=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #402692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402692 is #BFD96D. Grayscale: #393939. Windows color (decimal): -12573038 or 9578048. OLE color: 9578048.
HSL color Cylindrical-coordinate representation of color #402692: hue angle of 254.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #402692 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 38 | 146 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.43 |
| HSL | 254.44º | 0.59% | 0.36% | - |
| HSV(B) | 254.44º | 0.74% | 0.57% | - |
| XYZ | 8 | 4.55 | 27.65 | - |
| YUV | 58.09 | 177.61 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 146 | 0.56 | 0.74 | 0 | 0.43 | 254.44 | 0.59 | 0.36 |
| Hex | 40 | 26 | 92 | 38 | 4A | 0 | 2B | FE | 3B | 24 |
| Octal | 100 | 46 | 222 | 70 | 112 | 0 | 53 | 376 | 73 | 44 |
| Binary | 1000000 | 100110 | 10010010 | 111000 | 1001010 | 0 | 101011 | 11111110 | 111011 | 100100 |
Color Harmonies of #402692
Complementary color
Monochromatic Colors of #402692
Black with #402692
Text Example
Text Example
White with #402692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402692; }
p { color: rgb(64,38,146); }
H1.HeaderClassName
{
color: #402692;
}
.AnyTagClassName
{
color: #402692;
}
</style>
background-color css
<style>
a { background-color: #402692; }
a { background-color: rgb(64,38,146); }
div.DivClassName
{
background-color: #402692;
}
.BgClassName
{
background-color: #402692;
}
</style>
border-color css
<style>
span { border-color: #402692; }
span { border-color: rgb(64,38,146); }
td.TdClassName
{
border-color: #402692;
}
.TagClassName
{
border-color: #402692;
}
</style>