Shades of Blue Gem #421DA1
Tints of Blue Gem #421DA1
RGB
CMYK
RGB Variations
Color information
#421DA1 (or 0x421DA1) is known color: Blue Gem. HEX triplet: 42, 1D and A1. RGB value is (66,29,161). Sum of RGB (Red+Green+Blue) = 66+29+161=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 161 (63.28% from 255 or 62.89% from 256); Max value from RGB is 161 - color contains mainly: blue. Hex color #421DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421DA1 is #BDE25E. Grayscale: #363636. Windows color (decimal): -12444255 or 10558786. OLE color: 10558786.
HSL color Cylindrical-coordinate representation of color #421DA1: hue angle of 256.82º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421DA1 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 29 | 161 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.37 |
| HSL | 256.82º | 0.69% | 0.37% | - |
| HSV(B) | 256.82º | 0.82% | 0.63% | - |
| XYZ | 9.12 | 4.61 | 34.13 | - |
| YUV | 55.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 161 | 0.59 | 0.82 | 0 | 0.37 | 256.82 | 0.69 | 0.37 |
| Hex | 42 | 1D | A1 | 3B | 52 | 0 | 25 | 101 | 45 | 25 |
| Octal | 102 | 35 | 241 | 73 | 122 | 0 | 45 | 401 | 105 | 45 |
| Binary | 1000010 | 11101 | 10100001 | 111011 | 1010010 | 0 | 100101 | 100000001 | 1000101 | 100101 |
Color Harmonies of #421DA1
Complementary color
Monochromatic Colors of #421DA1
Black with #421DA1
Text Example
Text Example
White with #421DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421DA1; }
p { color: rgb(66,29,161); }
H1.HeaderClassName
{
color: #421DA1;
}
.AnyTagClassName
{
color: #421DA1;
}
</style>
background-color css
<style>
a { background-color: #421DA1; }
a { background-color: rgb(66,29,161); }
div.DivClassName
{
background-color: #421DA1;
}
.BgClassName
{
background-color: #421DA1;
}
</style>
border-color css
<style>
span { border-color: #421DA1; }
span { border-color: rgb(66,29,161); }
td.TdClassName
{
border-color: #421DA1;
}
.TagClassName
{
border-color: #421DA1;
}
</style>