Shades of Blue Gem #42219E
Tints of Blue Gem #42219E
RGB
CMYK
RGB Variations
Color information
#42219E (or 0x42219E) is known color: Blue Gem. HEX triplet: 42, 21 and 9E. RGB value is (66,33,158). Sum of RGB (Red+Green+Blue) = 66+33+158=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #42219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42219E is #BDDE61. Grayscale: #383838. Windows color (decimal): -12443234 or 10363202. OLE color: 10363202.
HSL color Cylindrical-coordinate representation of color #42219E: hue angle of 255.84º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42219E is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 33 | 158 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.38 |
| HSL | 255.84º | 0.65% | 0.37% | - |
| HSV(B) | 255.84º | 0.79% | 0.62% | - |
| XYZ | 8.96 | 4.71 | 32.79 | - |
| YUV | 57.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 158 | 0.58 | 0.79 | 0 | 0.38 | 255.84 | 0.65 | 0.37 |
| Hex | 42 | 21 | 9E | 3A | 4F | 0 | 26 | 100 | 41 | 25 |
| Octal | 102 | 41 | 236 | 72 | 117 | 0 | 46 | 400 | 101 | 45 |
| Binary | 1000010 | 100001 | 10011110 | 111010 | 1001111 | 0 | 100110 | 100000000 | 1000001 | 100101 |
Color Harmonies of #42219E
Complementary color
Monochromatic Colors of #42219E
Black with #42219E
Text Example
Text Example
White with #42219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42219E; }
p { color: rgb(66,33,158); }
H1.HeaderClassName
{
color: #42219E;
}
.AnyTagClassName
{
color: #42219E;
}
</style>
background-color css
<style>
a { background-color: #42219E; }
a { background-color: rgb(66,33,158); }
div.DivClassName
{
background-color: #42219E;
}
.BgClassName
{
background-color: #42219E;
}
</style>
border-color css
<style>
span { border-color: #42219E; }
span { border-color: rgb(66,33,158); }
td.TdClassName
{
border-color: #42219E;
}
.TagClassName
{
border-color: #42219E;
}
</style>