Shades of Blue Gem #421AAA
Tints of Blue Gem #421AAA
RGB
CMYK
RGB Variations
Color information
#421AAA (or 0x421AAA) is known color: Blue Gem. HEX triplet: 42, 1A and AA. RGB value is (66,26,170). Sum of RGB (Red+Green+Blue) = 66+26+170=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #421AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421AAA is #BDE555. Grayscale: #353535. Windows color (decimal): -12445014 or 11147842. OLE color: 11147842.
HSL color Cylindrical-coordinate representation of color #421AAA: hue angle of 256.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421AAA is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 26 | 170 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.33 |
| HSL | 256.67º | 0.73% | 0.38% | - |
| HSV(B) | 256.67º | 0.85% | 0.67% | - |
| XYZ | 9.87 | 4.8 | 38.44 | - |
| YUV | 54.38 | 193.25 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 170 | 0.61 | 0.85 | 0 | 0.33 | 256.67 | 0.73 | 0.38 |
| Hex | 42 | 1A | AA | 3D | 55 | 0 | 21 | 101 | 49 | 26 |
| Octal | 102 | 32 | 252 | 75 | 125 | 0 | 41 | 401 | 111 | 46 |
| Binary | 1000010 | 11010 | 10101010 | 111101 | 1010101 | 0 | 100001 | 100000001 | 1001001 | 100110 |
Color Harmonies of #421AAA
Complementary color
Monochromatic Colors of #421AAA
Black with #421AAA
Text Example
Text Example
White with #421AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421AAA; }
p { color: rgb(66,26,170); }
H1.HeaderClassName
{
color: #421AAA;
}
.AnyTagClassName
{
color: #421AAA;
}
</style>
background-color css
<style>
a { background-color: #421AAA; }
a { background-color: rgb(66,26,170); }
div.DivClassName
{
background-color: #421AAA;
}
.BgClassName
{
background-color: #421AAA;
}
</style>
border-color css
<style>
span { border-color: #421AAA; }
span { border-color: rgb(66,26,170); }
td.TdClassName
{
border-color: #421AAA;
}
.TagClassName
{
border-color: #421AAA;
}
</style>