Shades of Blue Gem #42288F
Tints of Blue Gem #42288F
RGB
CMYK
RGB Variations
Color information
#42288F (or 0x42288F) is known color: Blue Gem. HEX triplet: 42, 28 and 8F. RGB value is (66,40,143). Sum of RGB (Red+Green+Blue) = 66+40+143=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #42288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42288F is #BDD770. Grayscale: #3B3B3B. Windows color (decimal): -12441457 or 9381954. OLE color: 9381954.
HSL color Cylindrical-coordinate representation of color #42288F: hue angle of 255.15º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42288F is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 40 | 143 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.44 |
| HSL | 255.15º | 0.56% | 0.36% | - |
| HSV(B) | 255.15º | 0.72% | 0.56% | - |
| XYZ | 7.96 | 4.66 | 26.47 | - |
| YUV | 59.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 143 | 0.54 | 0.72 | 0 | 0.44 | 255.15 | 0.56 | 0.36 |
| Hex | 42 | 28 | 8F | 36 | 48 | 0 | 2C | FF | 38 | 24 |
| Octal | 102 | 50 | 217 | 66 | 110 | 0 | 54 | 377 | 70 | 44 |
| Binary | 1000010 | 101000 | 10001111 | 110110 | 1001000 | 0 | 101100 | 11111111 | 111000 | 100100 |
Color Harmonies of #42288F
Complementary color
Monochromatic Colors of #42288F
Black with #42288F
Text Example
Text Example
White with #42288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42288F; }
p { color: rgb(66,40,143); }
H1.HeaderClassName
{
color: #42288F;
}
.AnyTagClassName
{
color: #42288F;
}
</style>
background-color css
<style>
a { background-color: #42288F; }
a { background-color: rgb(66,40,143); }
div.DivClassName
{
background-color: #42288F;
}
.BgClassName
{
background-color: #42288F;
}
</style>
border-color css
<style>
span { border-color: #42288F; }
span { border-color: rgb(66,40,143); }
td.TdClassName
{
border-color: #42288F;
}
.TagClassName
{
border-color: #42288F;
}
</style>