Shades of Blue Gem #421EA3
Tints of Blue Gem #421EA3
RGB
CMYK
RGB Variations
Color information
#421EA3 (or 0x421EA3) is known color: Blue Gem. HEX triplet: 42, 1E and A3. RGB value is (66,30,163). Sum of RGB (Red+Green+Blue) = 66+30+163=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 163 (64.06% from 255 or 62.93% from 259); Max value from RGB is 163 - color contains mainly: blue. Hex color #421EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421EA3 is #BDE15C. Grayscale: #373737. Windows color (decimal): -12443997 or 10690114. OLE color: 10690114.
HSL color Cylindrical-coordinate representation of color #421EA3: hue angle of 256.24º degrees, saturation: 0.69, 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 #421EA3 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 30 | 163 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.36 |
| HSL | 256.24º | 0.69% | 0.38% | - |
| HSV(B) | 256.24º | 0.82% | 0.64% | - |
| XYZ | 9.32 | 4.73 | 35.07 | - |
| YUV | 55.93 | 188.43 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 163 | 0.60 | 0.82 | 0 | 0.36 | 256.24 | 0.69 | 0.38 |
| Hex | 42 | 1E | A3 | 3C | 52 | 0 | 24 | 100 | 45 | 26 |
| Octal | 102 | 36 | 243 | 74 | 122 | 0 | 44 | 400 | 105 | 46 |
| Binary | 1000010 | 11110 | 10100011 | 111100 | 1010010 | 0 | 100100 | 100000000 | 1000101 | 100110 |
Color Harmonies of #421EA3
Complementary color
Monochromatic Colors of #421EA3
Black with #421EA3
Text Example
Text Example
White with #421EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421EA3; }
p { color: rgb(66,30,163); }
H1.HeaderClassName
{
color: #421EA3;
}
.AnyTagClassName
{
color: #421EA3;
}
</style>
background-color css
<style>
a { background-color: #421EA3; }
a { background-color: rgb(66,30,163); }
div.DivClassName
{
background-color: #421EA3;
}
.BgClassName
{
background-color: #421EA3;
}
</style>
border-color css
<style>
span { border-color: #421EA3; }
span { border-color: rgb(66,30,163); }
td.TdClassName
{
border-color: #421EA3;
}
.TagClassName
{
border-color: #421EA3;
}
</style>