Shades of Blue Gem #421DA0
Tints of Blue Gem #421DA0
RGB
CMYK
RGB Variations
Color information
#421DA0 (or 0x421DA0) is known color: Blue Gem. HEX triplet: 42, 1D and A0. RGB value is (66,29,160). Sum of RGB (Red+Green+Blue) = 66+29+160=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 160 (62.89% from 255 or 62.75% from 255); Max value from RGB is 160 - color contains mainly: blue. Hex color #421DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421DA0 is #BDE25F. Grayscale: #363636. Windows color (decimal): -12444256 or 10493250. OLE color: 10493250.
HSL color Cylindrical-coordinate representation of color #421DA0: hue angle of 256.95º 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 #421DA0 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 29 | 160 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.37 |
| HSL | 256.95º | 0.69% | 0.37% | - |
| HSV(B) | 256.95º | 0.82% | 0.63% | - |
| XYZ | 9.03 | 4.58 | 33.66 | - |
| YUV | 55 | 187.26 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 160 | 0.59 | 0.82 | 0 | 0.37 | 256.95 | 0.69 | 0.37 |
| Hex | 42 | 1D | A0 | 3B | 52 | 0 | 25 | 101 | 45 | 25 |
| Octal | 102 | 35 | 240 | 73 | 122 | 0 | 45 | 401 | 105 | 45 |
| Binary | 1000010 | 11101 | 10100000 | 111011 | 1010010 | 0 | 100101 | 100000001 | 1000101 | 100101 |
Color Harmonies of #421DA0
Complementary color
Monochromatic Colors of #421DA0
Black with #421DA0
Text Example
Text Example
White with #421DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421DA0; }
p { color: rgb(66,29,160); }
H1.HeaderClassName
{
color: #421DA0;
}
.AnyTagClassName
{
color: #421DA0;
}
</style>
background-color css
<style>
a { background-color: #421DA0; }
a { background-color: rgb(66,29,160); }
div.DivClassName
{
background-color: #421DA0;
}
.BgClassName
{
background-color: #421DA0;
}
</style>
border-color css
<style>
span { border-color: #421DA0; }
span { border-color: rgb(66,29,160); }
td.TdClassName
{
border-color: #421DA0;
}
.TagClassName
{
border-color: #421DA0;
}
</style>