Shades of Blue Gem #422C8A
Tints of Blue Gem #422C8A
RGB
CMYK
RGB Variations
Color information
#422C8A (or 0x422C8A) is known color: Blue Gem. HEX triplet: 42, 2C and 8A. RGB value is (66,44,138). Sum of RGB (Red+Green+Blue) = 66+44+138=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #422C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422C8A is #BDD375. Grayscale: #3C3C3C. Windows color (decimal): -12440438 or 9055298. OLE color: 9055298.
HSL color Cylindrical-coordinate representation of color #422C8A: hue angle of 254.04º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #422C8A is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 44 | 138 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.46 |
| HSL | 254.04º | 0.52% | 0.36% | - |
| HSV(B) | 254.04º | 0.68% | 0.54% | - |
| XYZ | 7.73 | 4.79 | 24.56 | - |
| YUV | 61.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 138 | 0.52 | 0.68 | 0 | 0.46 | 254.04 | 0.52 | 0.36 |
| Hex | 42 | 2C | 8A | 34 | 44 | 0 | 2E | FE | 34 | 24 |
| Octal | 102 | 54 | 212 | 64 | 104 | 0 | 56 | 376 | 64 | 44 |
| Binary | 1000010 | 101100 | 10001010 | 110100 | 1000100 | 0 | 101110 | 11111110 | 110100 | 100100 |
Color Harmonies of #422C8A
Complementary color
Monochromatic Colors of #422C8A
Black with #422C8A
Text Example
Text Example
White with #422C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C8A; }
p { color: rgb(66,44,138); }
H1.HeaderClassName
{
color: #422C8A;
}
.AnyTagClassName
{
color: #422C8A;
}
</style>
background-color css
<style>
a { background-color: #422C8A; }
a { background-color: rgb(66,44,138); }
div.DivClassName
{
background-color: #422C8A;
}
.BgClassName
{
background-color: #422C8A;
}
</style>
border-color css
<style>
span { border-color: #422C8A; }
span { border-color: rgb(66,44,138); }
td.TdClassName
{
border-color: #422C8A;
}
.TagClassName
{
border-color: #422C8A;
}
</style>