Shades of Blue Gem #422CA1
Tints of Blue Gem #422CA1
RGB
CMYK
RGB Variations
Color information
#422CA1 (or 0x422CA1) is known color: Blue Gem. HEX triplet: 42, 2C and A1. RGB value is (66,44,161). Sum of RGB (Red+Green+Blue) = 66+44+161=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #422CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422CA1 is #BDD35E. Grayscale: #3F3F3F. Windows color (decimal): -12440415 or 10562626. OLE color: 10562626.
HSL color Cylindrical-coordinate representation of color #422CA1: hue angle of 251.28º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422CA1 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 44 | 161 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.37 |
| HSL | 251.28º | 0.57% | 0.4% | - |
| HSV(B) | 251.28º | 0.73% | 0.63% | - |
| XYZ | 9.58 | 5.53 | 34.28 | - |
| YUV | 63.92 | 182.79 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 161 | 0.59 | 0.73 | 0 | 0.37 | 251.28 | 0.57 | 0.4 |
| Hex | 42 | 2C | A1 | 3B | 49 | 0 | 25 | FB | 39 | 28 |
| Octal | 102 | 54 | 241 | 73 | 111 | 0 | 45 | 373 | 71 | 50 |
| Binary | 1000010 | 101100 | 10100001 | 111011 | 1001001 | 0 | 100101 | 11111011 | 111001 | 101000 |
Color Harmonies of #422CA1
Complementary color
Monochromatic Colors of #422CA1
Black with #422CA1
Text Example
Text Example
White with #422CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422CA1; }
p { color: rgb(66,44,161); }
H1.HeaderClassName
{
color: #422CA1;
}
.AnyTagClassName
{
color: #422CA1;
}
</style>
background-color css
<style>
a { background-color: #422CA1; }
a { background-color: rgb(66,44,161); }
div.DivClassName
{
background-color: #422CA1;
}
.BgClassName
{
background-color: #422CA1;
}
</style>
border-color css
<style>
span { border-color: #422CA1; }
span { border-color: rgb(66,44,161); }
td.TdClassName
{
border-color: #422CA1;
}
.TagClassName
{
border-color: #422CA1;
}
</style>