Shades of Blue Gem #422398
Tints of Blue Gem #422398
RGB
CMYK
RGB Variations
Color information
#422398 (or 0x422398) is known color: Blue Gem. HEX triplet: 42, 23 and 98. RGB value is (66,35,152). Sum of RGB (Red+Green+Blue) = 66+35+152=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #422398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422398 is #BDDC67. Grayscale: #393939. Windows color (decimal): -12442728 or 9970498. OLE color: 9970498.
HSL color Cylindrical-coordinate representation of color #422398: hue angle of 255.9º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422398 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 35 | 152 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.40 |
| HSL | 255.9º | 0.63% | 0.37% | - |
| HSV(B) | 255.9º | 0.77% | 0.6% | - |
| XYZ | 8.52 | 4.63 | 30.15 | - |
| YUV | 57.61 | 181.27 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 152 | 0.57 | 0.77 | 0 | 0.40 | 255.9 | 0.63 | 0.37 |
| Hex | 42 | 23 | 98 | 39 | 4D | 0 | 28 | 100 | 3F | 25 |
| Octal | 102 | 43 | 230 | 71 | 115 | 0 | 50 | 400 | 77 | 45 |
| Binary | 1000010 | 100011 | 10011000 | 111001 | 1001101 | 0 | 101000 | 100000000 | 111111 | 100101 |
Color Harmonies of #422398
Complementary color
Monochromatic Colors of #422398
Black with #422398
Text Example
Text Example
White with #422398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422398; }
p { color: rgb(66,35,152); }
H1.HeaderClassName
{
color: #422398;
}
.AnyTagClassName
{
color: #422398;
}
</style>
background-color css
<style>
a { background-color: #422398; }
a { background-color: rgb(66,35,152); }
div.DivClassName
{
background-color: #422398;
}
.BgClassName
{
background-color: #422398;
}
</style>
border-color css
<style>
span { border-color: #422398; }
span { border-color: rgb(66,35,152); }
td.TdClassName
{
border-color: #422398;
}
.TagClassName
{
border-color: #422398;
}
</style>