Shades of Blue Gem #422599
Tints of Blue Gem #422599
RGB
CMYK
RGB Variations
Color information
#422599 (or 0x422599) is known color: Blue Gem. HEX triplet: 42, 25 and 99. RGB value is (66,37,153). Sum of RGB (Red+Green+Blue) = 66+37+153=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #422599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422599 is #BDDA66. Grayscale: #3A3A3A. Windows color (decimal): -12442215 or 10036546. OLE color: 10036546.
HSL color Cylindrical-coordinate representation of color #422599: hue angle of 255º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422599 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 37 | 153 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.4 |
| HSL | 255º | 0.61% | 0.37% | - |
| HSV(B) | 255º | 0.76% | 0.6% | - |
| XYZ | 8.66 | 4.78 | 30.6 | - |
| YUV | 58.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 153 | 0.57 | 0.76 | 0 | 0.4 | 255 | 0.61 | 0.37 |
| Hex | 42 | 25 | 99 | 39 | 4C | 0 | 28 | FF | 3D | 25 |
| Octal | 102 | 45 | 231 | 71 | 114 | 0 | 50 | 377 | 75 | 45 |
| Binary | 1000010 | 100101 | 10011001 | 111001 | 1001100 | 0 | 101000 | 11111111 | 111101 | 100101 |
Color Harmonies of #422599
Complementary color
Monochromatic Colors of #422599
Black with #422599
Text Example
Text Example
White with #422599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422599; }
p { color: rgb(66,37,153); }
H1.HeaderClassName
{
color: #422599;
}
.AnyTagClassName
{
color: #422599;
}
</style>
background-color css
<style>
a { background-color: #422599; }
a { background-color: rgb(66,37,153); }
div.DivClassName
{
background-color: #422599;
}
.BgClassName
{
background-color: #422599;
}
</style>
border-color css
<style>
span { border-color: #422599; }
span { border-color: rgb(66,37,153); }
td.TdClassName
{
border-color: #422599;
}
.TagClassName
{
border-color: #422599;
}
</style>