Shades of Blue Gem #421DA4
Tints of Blue Gem #421DA4
RGB
CMYK
RGB Variations
Color information
#421DA4 (or 0x421DA4) is known color: Blue Gem. HEX triplet: 42, 1D and A4. RGB value is (66,29,164). Sum of RGB (Red+Green+Blue) = 66+29+164=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 164 (64.45% from 255 or 63.32% from 259); Max value from RGB is 164 - color contains mainly: blue. Hex color #421DA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421DA4 is #BDE25B. Grayscale: #363636. Windows color (decimal): -12444252 or 10755394. OLE color: 10755394.
HSL color Cylindrical-coordinate representation of color #421DA4: hue angle of 256.44º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421DA4 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 29 | 164 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.36 |
| HSL | 256.44º | 0.7% | 0.38% | - |
| HSV(B) | 256.44º | 0.82% | 0.64% | - |
| XYZ | 9.39 | 4.72 | 35.54 | - |
| YUV | 55.45 | 189.26 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 164 | 0.60 | 0.82 | 0 | 0.36 | 256.44 | 0.7 | 0.38 |
| Hex | 42 | 1D | A4 | 3C | 52 | 0 | 24 | 100 | 46 | 26 |
| Octal | 102 | 35 | 244 | 74 | 122 | 0 | 44 | 400 | 106 | 46 |
| Binary | 1000010 | 11101 | 10100100 | 111100 | 1010010 | 0 | 100100 | 100000000 | 1000110 | 100110 |
Color Harmonies of #421DA4
Complementary color
Monochromatic Colors of #421DA4
Black with #421DA4
Text Example
Text Example
White with #421DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421DA4; }
p { color: rgb(66,29,164); }
H1.HeaderClassName
{
color: #421DA4;
}
.AnyTagClassName
{
color: #421DA4;
}
</style>
background-color css
<style>
a { background-color: #421DA4; }
a { background-color: rgb(66,29,164); }
div.DivClassName
{
background-color: #421DA4;
}
.BgClassName
{
background-color: #421DA4;
}
</style>
border-color css
<style>
span { border-color: #421DA4; }
span { border-color: rgb(66,29,164); }
td.TdClassName
{
border-color: #421DA4;
}
.TagClassName
{
border-color: #421DA4;
}
</style>