Shades of Blue Gem #421DAA
Tints of Blue Gem #421DAA
RGB
CMYK
RGB Variations
Color information
#421DAA (or 0x421DAA) is known color: Blue Gem. HEX triplet: 42, 1D and AA. RGB value is (66,29,170). Sum of RGB (Red+Green+Blue) = 66+29+170=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #421DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421DAA is #BDE255. Grayscale: #373737. Windows color (decimal): -12444246 or 11148610. OLE color: 11148610.
HSL color Cylindrical-coordinate representation of color #421DAA: hue angle of 255.74º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421DAA is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 29 | 170 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.33 |
| HSL | 255.74º | 0.71% | 0.39% | - |
| HSV(B) | 255.74º | 0.83% | 0.67% | - |
| XYZ | 9.94 | 4.94 | 38.46 | - |
| YUV | 56.14 | 192.26 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 170 | 0.61 | 0.83 | 0 | 0.33 | 255.74 | 0.71 | 0.39 |
| Hex | 42 | 1D | AA | 3D | 53 | 0 | 21 | 100 | 47 | 27 |
| Octal | 102 | 35 | 252 | 75 | 123 | 0 | 41 | 400 | 107 | 47 |
| Binary | 1000010 | 11101 | 10101010 | 111101 | 1010011 | 0 | 100001 | 100000000 | 1000111 | 100111 |
Color Harmonies of #421DAA
Complementary color
Monochromatic Colors of #421DAA
Black with #421DAA
Text Example
Text Example
White with #421DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421DAA; }
p { color: rgb(66,29,170); }
H1.HeaderClassName
{
color: #421DAA;
}
.AnyTagClassName
{
color: #421DAA;
}
</style>
background-color css
<style>
a { background-color: #421DAA; }
a { background-color: rgb(66,29,170); }
div.DivClassName
{
background-color: #421DAA;
}
.BgClassName
{
background-color: #421DAA;
}
</style>
border-color css
<style>
span { border-color: #421DAA; }
span { border-color: rgb(66,29,170); }
td.TdClassName
{
border-color: #421DAA;
}
.TagClassName
{
border-color: #421DAA;
}
</style>