Shades of Blue Gem #422DAC
Tints of Blue Gem #422DAC
RGB
CMYK
RGB Variations
Color information
#422DAC (or 0x422DAC) is known color: Blue Gem. HEX triplet: 42, 2D and AC. RGB value is (66,45,172). Sum of RGB (Red+Green+Blue) = 66+45+172=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #422DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422DAC is #BDD253. Grayscale: #414141. Windows color (decimal): -12440148 or 11283778. OLE color: 11283778.
HSL color Cylindrical-coordinate representation of color #422DAC: hue angle of 249.92º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422DAC is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 45 | 172 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.33 |
| HSL | 249.92º | 0.59% | 0.43% | - |
| HSV(B) | 249.92º | 0.74% | 0.67% | - |
| XYZ | 10.63 | 6.01 | 39.63 | - |
| YUV | 65.76 | 187.96 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 172 | 0.62 | 0.74 | 0 | 0.33 | 249.92 | 0.59 | 0.43 |
| Hex | 42 | 2D | AC | 3E | 4A | 0 | 21 | FA | 3B | 2B |
| Octal | 102 | 55 | 254 | 76 | 112 | 0 | 41 | 372 | 73 | 53 |
| Binary | 1000010 | 101101 | 10101100 | 111110 | 1001010 | 0 | 100001 | 11111010 | 111011 | 101011 |
Color Harmonies of #422DAC
Complementary color
Monochromatic Colors of #422DAC
Black with #422DAC
Text Example
Text Example
White with #422DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422DAC; }
p { color: rgb(66,45,172); }
H1.HeaderClassName
{
color: #422DAC;
}
.AnyTagClassName
{
color: #422DAC;
}
</style>
background-color css
<style>
a { background-color: #422DAC; }
a { background-color: rgb(66,45,172); }
div.DivClassName
{
background-color: #422DAC;
}
.BgClassName
{
background-color: #422DAC;
}
</style>
border-color css
<style>
span { border-color: #422DAC; }
span { border-color: rgb(66,45,172); }
td.TdClassName
{
border-color: #422DAC;
}
.TagClassName
{
border-color: #422DAC;
}
</style>