Shades of Blue Gem #422598
Tints of Blue Gem #422598
RGB
CMYK
RGB Variations
Color information
#422598 (or 0x422598) is known color: Blue Gem. HEX triplet: 42, 25 and 98. RGB value is (66,37,152). Sum of RGB (Red+Green+Blue) = 66+37+152=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #422598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422598 is #BDDA67. Grayscale: #3A3A3A. Windows color (decimal): -12442216 or 9971010. OLE color: 9971010.
HSL color Cylindrical-coordinate representation of color #422598: hue angle of 255.13º 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 #422598 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 37 | 152 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.40 |
| HSL | 255.13º | 0.61% | 0.37% | - |
| HSV(B) | 255.13º | 0.76% | 0.6% | - |
| XYZ | 8.58 | 4.75 | 30.17 | - |
| YUV | 58.78 | 180.61 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 152 | 0.57 | 0.76 | 0 | 0.40 | 255.13 | 0.61 | 0.37 |
| Hex | 42 | 25 | 98 | 39 | 4C | 0 | 28 | FF | 3D | 25 |
| Octal | 102 | 45 | 230 | 71 | 114 | 0 | 50 | 377 | 75 | 45 |
| Binary | 1000010 | 100101 | 10011000 | 111001 | 1001100 | 0 | 101000 | 11111111 | 111101 | 100101 |
Color Harmonies of #422598
Complementary color
Monochromatic Colors of #422598
Black with #422598
Text Example
Text Example
White with #422598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422598; }
p { color: rgb(66,37,152); }
H1.HeaderClassName
{
color: #422598;
}
.AnyTagClassName
{
color: #422598;
}
</style>
background-color css
<style>
a { background-color: #422598; }
a { background-color: rgb(66,37,152); }
div.DivClassName
{
background-color: #422598;
}
.BgClassName
{
background-color: #422598;
}
</style>
border-color css
<style>
span { border-color: #422598; }
span { border-color: rgb(66,37,152); }
td.TdClassName
{
border-color: #422598;
}
.TagClassName
{
border-color: #422598;
}
</style>