Shades of Blue Gem #422698
Tints of Blue Gem #422698
RGB
CMYK
RGB Variations
Color information
#422698 (or 0x422698) is known color: Blue Gem. HEX triplet: 42, 26 and 98. RGB value is (66,38,152). Sum of RGB (Red+Green+Blue) = 66+38+152=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #422698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422698 is #BDD967. Grayscale: #3A3A3A. Windows color (decimal): -12441960 or 9971266. OLE color: 9971266.
HSL color Cylindrical-coordinate representation of color #422698: hue angle of 254.74º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422698 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 38 | 152 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.40 |
| HSL | 254.74º | 0.6% | 0.37% | - |
| HSV(B) | 254.74º | 0.75% | 0.6% | - |
| XYZ | 8.61 | 4.81 | 30.18 | - |
| YUV | 59.37 | 180.28 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 152 | 0.57 | 0.75 | 0 | 0.40 | 254.74 | 0.6 | 0.37 |
| Hex | 42 | 26 | 98 | 39 | 4B | 0 | 28 | FF | 3C | 25 |
| Octal | 102 | 46 | 230 | 71 | 113 | 0 | 50 | 377 | 74 | 45 |
| Binary | 1000010 | 100110 | 10011000 | 111001 | 1001011 | 0 | 101000 | 11111111 | 111100 | 100101 |
Color Harmonies of #422698
Complementary color
Monochromatic Colors of #422698
Black with #422698
Text Example
Text Example
White with #422698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422698; }
p { color: rgb(66,38,152); }
H1.HeaderClassName
{
color: #422698;
}
.AnyTagClassName
{
color: #422698;
}
</style>
background-color css
<style>
a { background-color: #422698; }
a { background-color: rgb(66,38,152); }
div.DivClassName
{
background-color: #422698;
}
.BgClassName
{
background-color: #422698;
}
</style>
border-color css
<style>
span { border-color: #422698; }
span { border-color: rgb(66,38,152); }
td.TdClassName
{
border-color: #422698;
}
.TagClassName
{
border-color: #422698;
}
</style>