Shades of Blue Gem #42279F
Tints of Blue Gem #42279F
RGB
CMYK
RGB Variations
Color information
#42279F (or 0x42279F) is known color: Blue Gem. HEX triplet: 42, 27 and 9F. RGB value is (66,39,159). Sum of RGB (Red+Green+Blue) = 66+39+159=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #42279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42279F is #BDD860. Grayscale: #3C3C3C. Windows color (decimal): -12441697 or 10430274. OLE color: 10430274.
HSL color Cylindrical-coordinate representation of color #42279F: hue angle of 253.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42279F is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 39 | 159 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.38 |
| HSL | 253.5º | 0.61% | 0.39% | - |
| HSV(B) | 253.5º | 0.75% | 0.62% | - |
| XYZ | 9.23 | 5.11 | 33.3 | - |
| YUV | 60.75 | 183.45 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 159 | 0.58 | 0.75 | 0 | 0.38 | 253.5 | 0.61 | 0.39 |
| Hex | 42 | 27 | 9F | 3A | 4B | 0 | 26 | FE | 3D | 27 |
| Octal | 102 | 47 | 237 | 72 | 113 | 0 | 46 | 376 | 75 | 47 |
| Binary | 1000010 | 100111 | 10011111 | 111010 | 1001011 | 0 | 100110 | 11111110 | 111101 | 100111 |
Color Harmonies of #42279F
Complementary color
Monochromatic Colors of #42279F
Black with #42279F
Text Example
Text Example
White with #42279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42279F; }
p { color: rgb(66,39,159); }
H1.HeaderClassName
{
color: #42279F;
}
.AnyTagClassName
{
color: #42279F;
}
</style>
background-color css
<style>
a { background-color: #42279F; }
a { background-color: rgb(66,39,159); }
div.DivClassName
{
background-color: #42279F;
}
.BgClassName
{
background-color: #42279F;
}
</style>
border-color css
<style>
span { border-color: #42279F; }
span { border-color: rgb(66,39,159); }
td.TdClassName
{
border-color: #42279F;
}
.TagClassName
{
border-color: #42279F;
}
</style>