Shades of Blue Gem #422193
Tints of Blue Gem #422193
RGB
CMYK
RGB Variations
Color information
#422193 (or 0x422193) is known color: Blue Gem. HEX triplet: 42, 21 and 93. RGB value is (66,33,147). Sum of RGB (Red+Green+Blue) = 66+33+147=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #422193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422193 is #BDDE6C. Grayscale: #373737. Windows color (decimal): -12443245 or 9642306. OLE color: 9642306.
HSL color Cylindrical-coordinate representation of color #422193: hue angle of 257.37º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422193 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 33 | 147 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.42 |
| HSL | 257.37º | 0.63% | 0.35% | - |
| HSV(B) | 257.37º | 0.78% | 0.58% | - |
| XYZ | 8.06 | 4.35 | 28.02 | - |
| YUV | 55.86 | 179.43 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 147 | 0.55 | 0.78 | 0 | 0.42 | 257.37 | 0.63 | 0.35 |
| Hex | 42 | 21 | 93 | 37 | 4E | 0 | 2A | 101 | 3F | 23 |
| Octal | 102 | 41 | 223 | 67 | 116 | 0 | 52 | 401 | 77 | 43 |
| Binary | 1000010 | 100001 | 10010011 | 110111 | 1001110 | 0 | 101010 | 100000001 | 111111 | 100011 |
Color Harmonies of #422193
Complementary color
Monochromatic Colors of #422193
Black with #422193
Text Example
Text Example
White with #422193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422193; }
p { color: rgb(66,33,147); }
H1.HeaderClassName
{
color: #422193;
}
.AnyTagClassName
{
color: #422193;
}
</style>
background-color css
<style>
a { background-color: #422193; }
a { background-color: rgb(66,33,147); }
div.DivClassName
{
background-color: #422193;
}
.BgClassName
{
background-color: #422193;
}
</style>
border-color css
<style>
span { border-color: #422193; }
span { border-color: rgb(66,33,147); }
td.TdClassName
{
border-color: #422193;
}
.TagClassName
{
border-color: #422193;
}
</style>