Shades of Blue Gem #422891
Tints of Blue Gem #422891
RGB
CMYK
RGB Variations
Color information
#422891 (or 0x422891) is known color: Blue Gem. HEX triplet: 42, 28 and 91. RGB value is (66,40,145). Sum of RGB (Red+Green+Blue) = 66+40+145=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #422891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422891 is #BDD76E. Grayscale: #3B3B3B. Windows color (decimal): -12441455 or 9513026. OLE color: 9513026.
HSL color Cylindrical-coordinate representation of color #422891: hue angle of 254.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422891 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 40 | 145 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.43 |
| HSL | 254.86º | 0.57% | 0.36% | - |
| HSV(B) | 254.86º | 0.72% | 0.57% | - |
| XYZ | 8.12 | 4.72 | 27.27 | - |
| YUV | 59.74 | 176.11 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 145 | 0.54 | 0.72 | 0 | 0.43 | 254.86 | 0.57 | 0.36 |
| Hex | 42 | 28 | 91 | 36 | 48 | 0 | 2B | FF | 39 | 24 |
| Octal | 102 | 50 | 221 | 66 | 110 | 0 | 53 | 377 | 71 | 44 |
| Binary | 1000010 | 101000 | 10010001 | 110110 | 1001000 | 0 | 101011 | 11111111 | 111001 | 100100 |
Color Harmonies of #422891
Complementary color
Monochromatic Colors of #422891
Black with #422891
Text Example
Text Example
White with #422891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422891; }
p { color: rgb(66,40,145); }
H1.HeaderClassName
{
color: #422891;
}
.AnyTagClassName
{
color: #422891;
}
</style>
background-color css
<style>
a { background-color: #422891; }
a { background-color: rgb(66,40,145); }
div.DivClassName
{
background-color: #422891;
}
.BgClassName
{
background-color: #422891;
}
</style>
border-color css
<style>
span { border-color: #422891; }
span { border-color: rgb(66,40,145); }
td.TdClassName
{
border-color: #422891;
}
.TagClassName
{
border-color: #422891;
}
</style>