Shades of Blue Gem #42298C
Tints of Blue Gem #42298C
RGB
CMYK
RGB Variations
Color information
#42298C (or 0x42298C) is known color: Blue Gem. HEX triplet: 42, 29 and 8C. RGB value is (66,41,140). Sum of RGB (Red+Green+Blue) = 66+41+140=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #42298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42298C is #BDD673. Grayscale: #3B3B3B. Windows color (decimal): -12441204 or 9185602. OLE color: 9185602.
HSL color Cylindrical-coordinate representation of color #42298C: hue angle of 255.15º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42298C is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 41 | 140 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.45 |
| HSL | 255.15º | 0.55% | 0.35% | - |
| HSV(B) | 255.15º | 0.71% | 0.55% | - |
| XYZ | 7.77 | 4.64 | 25.3 | - |
| YUV | 59.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 140 | 0.53 | 0.71 | 0 | 0.45 | 255.15 | 0.55 | 0.35 |
| Hex | 42 | 29 | 8C | 35 | 47 | 0 | 2D | FF | 37 | 23 |
| Octal | 102 | 51 | 214 | 65 | 107 | 0 | 55 | 377 | 67 | 43 |
| Binary | 1000010 | 101001 | 10001100 | 110101 | 1000111 | 0 | 101101 | 11111111 | 110111 | 100011 |
Color Harmonies of #42298C
Complementary color
Monochromatic Colors of #42298C
Black with #42298C
Text Example
Text Example
White with #42298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42298C; }
p { color: rgb(66,41,140); }
H1.HeaderClassName
{
color: #42298C;
}
.AnyTagClassName
{
color: #42298C;
}
</style>
background-color css
<style>
a { background-color: #42298C; }
a { background-color: rgb(66,41,140); }
div.DivClassName
{
background-color: #42298C;
}
.BgClassName
{
background-color: #42298C;
}
</style>
border-color css
<style>
span { border-color: #42298C; }
span { border-color: rgb(66,41,140); }
td.TdClassName
{
border-color: #42298C;
}
.TagClassName
{
border-color: #42298C;
}
</style>