Shades of Blue Gem #42298F
Tints of Blue Gem #42298F
RGB
CMYK
RGB Variations
Color information
#42298F (or 0x42298F) is known color: Blue Gem. HEX triplet: 42, 29 and 8F. RGB value is (66,41,143). Sum of RGB (Red+Green+Blue) = 66+41+143=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #42298F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42298F is #BDD670. Grayscale: #3B3B3B. Windows color (decimal): -12441201 or 9382210. OLE color: 9382210.
HSL color Cylindrical-coordinate representation of color #42298F: hue angle of 254.71º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42298F is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 41 | 143 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.44 |
| HSL | 254.71º | 0.55% | 0.36% | - |
| HSV(B) | 254.71º | 0.71% | 0.56% | - |
| XYZ | 8 | 4.73 | 26.48 | - |
| YUV | 60.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 143 | 0.54 | 0.71 | 0 | 0.44 | 254.71 | 0.55 | 0.36 |
| Hex | 42 | 29 | 8F | 36 | 47 | 0 | 2C | FF | 37 | 24 |
| Octal | 102 | 51 | 217 | 66 | 107 | 0 | 54 | 377 | 67 | 44 |
| Binary | 1000010 | 101001 | 10001111 | 110110 | 1000111 | 0 | 101100 | 11111111 | 110111 | 100100 |
Color Harmonies of #42298F
Complementary color
Monochromatic Colors of #42298F
Black with #42298F
Text Example
Text Example
White with #42298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42298F; }
p { color: rgb(66,41,143); }
H1.HeaderClassName
{
color: #42298F;
}
.AnyTagClassName
{
color: #42298F;
}
</style>
background-color css
<style>
a { background-color: #42298F; }
a { background-color: rgb(66,41,143); }
div.DivClassName
{
background-color: #42298F;
}
.BgClassName
{
background-color: #42298F;
}
</style>
border-color css
<style>
span { border-color: #42298F; }
span { border-color: rgb(66,41,143); }
td.TdClassName
{
border-color: #42298F;
}
.TagClassName
{
border-color: #42298F;
}
</style>