Shades of Blue Gem #422699
Tints of Blue Gem #422699
RGB
CMYK
RGB Variations
Color information
#422699 (or 0x422699) is known color: Blue Gem. HEX triplet: 42, 26 and 99. RGB value is (66,38,153). Sum of RGB (Red+Green+Blue) = 66+38+153=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #422699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422699 is #BDD966. Grayscale: #3B3B3B. Windows color (decimal): -12441959 or 10036802. OLE color: 10036802.
HSL color Cylindrical-coordinate representation of color #422699: hue angle of 254.61º 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 #422699 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 38 | 153 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.4 |
| HSL | 254.61º | 0.6% | 0.37% | - |
| HSV(B) | 254.61º | 0.75% | 0.6% | - |
| XYZ | 8.69 | 4.84 | 30.61 | - |
| YUV | 59.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 153 | 0.57 | 0.75 | 0 | 0.4 | 254.61 | 0.6 | 0.37 |
| Hex | 42 | 26 | 99 | 39 | 4B | 0 | 28 | FF | 3C | 25 |
| Octal | 102 | 46 | 231 | 71 | 113 | 0 | 50 | 377 | 74 | 45 |
| Binary | 1000010 | 100110 | 10011001 | 111001 | 1001011 | 0 | 101000 | 11111111 | 111100 | 100101 |
Color Harmonies of #422699
Complementary color
Monochromatic Colors of #422699
Black with #422699
Text Example
Text Example
White with #422699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422699; }
p { color: rgb(66,38,153); }
H1.HeaderClassName
{
color: #422699;
}
.AnyTagClassName
{
color: #422699;
}
</style>
background-color css
<style>
a { background-color: #422699; }
a { background-color: rgb(66,38,153); }
div.DivClassName
{
background-color: #422699;
}
.BgClassName
{
background-color: #422699;
}
</style>
border-color css
<style>
span { border-color: #422699; }
span { border-color: rgb(66,38,153); }
td.TdClassName
{
border-color: #422699;
}
.TagClassName
{
border-color: #422699;
}
</style>