Shades of Blue Gem #422792
Tints of Blue Gem #422792
RGB
CMYK
RGB Variations
Color information
#422792 (or 0x422792) is known color: Blue Gem. HEX triplet: 42, 27 and 92. RGB value is (66,39,146). Sum of RGB (Red+Green+Blue) = 66+39+146=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #422792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422792 is #BDD86D. Grayscale: #3A3A3A. Windows color (decimal): -12441710 or 9578306. OLE color: 9578306.
HSL color Cylindrical-coordinate representation of color #422792: hue angle of 255.14º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422792 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 39 | 146 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.43 |
| HSL | 255.14º | 0.58% | 0.36% | - |
| HSV(B) | 255.14º | 0.73% | 0.57% | - |
| XYZ | 8.16 | 4.68 | 27.67 | - |
| YUV | 59.27 | 176.95 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 146 | 0.55 | 0.73 | 0 | 0.43 | 255.14 | 0.58 | 0.36 |
| Hex | 42 | 27 | 92 | 37 | 49 | 0 | 2B | FF | 3A | 24 |
| Octal | 102 | 47 | 222 | 67 | 111 | 0 | 53 | 377 | 72 | 44 |
| Binary | 1000010 | 100111 | 10010010 | 110111 | 1001001 | 0 | 101011 | 11111111 | 111010 | 100100 |
Color Harmonies of #422792
Complementary color
Monochromatic Colors of #422792
Black with #422792
Text Example
Text Example
White with #422792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422792; }
p { color: rgb(66,39,146); }
H1.HeaderClassName
{
color: #422792;
}
.AnyTagClassName
{
color: #422792;
}
</style>
background-color css
<style>
a { background-color: #422792; }
a { background-color: rgb(66,39,146); }
div.DivClassName
{
background-color: #422792;
}
.BgClassName
{
background-color: #422792;
}
</style>
border-color css
<style>
span { border-color: #422792; }
span { border-color: rgb(66,39,146); }
td.TdClassName
{
border-color: #422792;
}
.TagClassName
{
border-color: #422792;
}
</style>