Shades of Blue Gem #4219A1
Tints of Blue Gem #4219A1
RGB
CMYK
RGB Variations
Color information
#4219A1 (or 0x4219A1) is known color: Blue Gem. HEX triplet: 42, 19 and A1. RGB value is (66,25,161). Sum of RGB (Red+Green+Blue) = 66+25+161=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 161 (63.28% from 255 or 63.89% from 252); Max value from RGB is 161 - color contains mainly: blue. Hex color #4219A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4219A1 is #BDE65E. Grayscale: #343434. Windows color (decimal): -12445279 or 10557762. OLE color: 10557762.
HSL color Cylindrical-coordinate representation of color #4219A1: hue angle of 258.09º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4219A1 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 25 | 161 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.37 |
| HSL | 258.09º | 0.73% | 0.36% | - |
| HSV(B) | 258.09º | 0.84% | 0.63% | - |
| XYZ | 9.03 | 4.43 | 34.1 | - |
| YUV | 52.76 | 189.08 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 161 | 0.59 | 0.84 | 0 | 0.37 | 258.09 | 0.73 | 0.36 |
| Hex | 42 | 19 | A1 | 3B | 54 | 0 | 25 | 102 | 49 | 24 |
| Octal | 102 | 31 | 241 | 73 | 124 | 0 | 45 | 402 | 111 | 44 |
| Binary | 1000010 | 11001 | 10100001 | 111011 | 1010100 | 0 | 100101 | 100000010 | 1001001 | 100100 |
Color Harmonies of #4219A1
Complementary color
Monochromatic Colors of #4219A1
Black with #4219A1
Text Example
Text Example
White with #4219A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4219A1; }
p { color: rgb(66,25,161); }
H1.HeaderClassName
{
color: #4219A1;
}
.AnyTagClassName
{
color: #4219A1;
}
</style>
background-color css
<style>
a { background-color: #4219A1; }
a { background-color: rgb(66,25,161); }
div.DivClassName
{
background-color: #4219A1;
}
.BgClassName
{
background-color: #4219A1;
}
</style>
border-color css
<style>
span { border-color: #4219A1; }
span { border-color: rgb(66,25,161); }
td.TdClassName
{
border-color: #4219A1;
}
.TagClassName
{
border-color: #4219A1;
}
</style>