Shades of Blue Gem #422E8C
Tints of Blue Gem #422E8C
RGB
CMYK
RGB Variations
Color information
#422E8C (or 0x422E8C) is known color: Blue Gem. HEX triplet: 42, 2E and 8C. RGB value is (66,46,140). Sum of RGB (Red+Green+Blue) = 66+46+140=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #422E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422E8C is #BDD173. Grayscale: #3E3E3E. Windows color (decimal): -12439924 or 9186882. OLE color: 9186882.
HSL color Cylindrical-coordinate representation of color #422E8C: hue angle of 252.77º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422E8C is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 46 | 140 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.45 |
| HSL | 252.77º | 0.51% | 0.36% | - |
| HSV(B) | 252.77º | 0.67% | 0.55% | - |
| XYZ | 7.96 | 5.01 | 25.36 | - |
| YUV | 62.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 140 | 0.53 | 0.67 | 0 | 0.45 | 252.77 | 0.51 | 0.36 |
| Hex | 42 | 2E | 8C | 35 | 43 | 0 | 2D | FD | 33 | 24 |
| Octal | 102 | 56 | 214 | 65 | 103 | 0 | 55 | 375 | 63 | 44 |
| Binary | 1000010 | 101110 | 10001100 | 110101 | 1000011 | 0 | 101101 | 11111101 | 110011 | 100100 |
Color Harmonies of #422E8C
Complementary color
Monochromatic Colors of #422E8C
Black with #422E8C
Text Example
Text Example
White with #422E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E8C; }
p { color: rgb(66,46,140); }
H1.HeaderClassName
{
color: #422E8C;
}
.AnyTagClassName
{
color: #422E8C;
}
</style>
background-color css
<style>
a { background-color: #422E8C; }
a { background-color: rgb(66,46,140); }
div.DivClassName
{
background-color: #422E8C;
}
.BgClassName
{
background-color: #422E8C;
}
</style>
border-color css
<style>
span { border-color: #422E8C; }
span { border-color: rgb(66,46,140); }
td.TdClassName
{
border-color: #422E8C;
}
.TagClassName
{
border-color: #422E8C;
}
</style>