Shades of Blue Gem #3A2AA1
Tints of Blue Gem #3A2AA1
RGB
CMYK
RGB Variations
Color information
#3A2AA1 (or 0x3A2AA1) is known color: Blue Gem. HEX triplet: 3A, 2A and A1. RGB value is (58,42,161). Sum of RGB (Red+Green+Blue) = 58+42+161=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 161 (63.28% from 255 or 61.69% from 261); Max value from RGB is 161 - color contains mainly: blue. Hex color #3A2AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2AA1 is #C5D55E. Grayscale: #3B3B3B. Windows color (decimal): -12965215 or 10562106. OLE color: 10562106.
HSL color Cylindrical-coordinate representation of color #3A2AA1: hue angle of 248.07º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A2AA1 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 42 | 161 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.37 |
| HSL | 248.07º | 0.59% | 0.4% | - |
| HSV(B) | 248.07º | 0.74% | 0.63% | - |
| XYZ | 9.01 | 5.13 | 34.23 | - |
| YUV | 60.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 161 | 0.64 | 0.74 | 0 | 0.37 | 248.07 | 0.59 | 0.4 |
| Hex | 3A | 2A | A1 | 40 | 4A | 0 | 25 | F8 | 3B | 28 |
| Octal | 72 | 52 | 241 | 100 | 112 | 0 | 45 | 370 | 73 | 50 |
| Binary | 111010 | 101010 | 10100001 | 1000000 | 1001010 | 0 | 100101 | 11111000 | 111011 | 101000 |
Color Harmonies of #3A2AA1
Complementary color
Monochromatic Colors of #3A2AA1
Black with #3A2AA1
Text Example
Text Example
White with #3A2AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2AA1; }
p { color: rgb(58,42,161); }
H1.HeaderClassName
{
color: #3A2AA1;
}
.AnyTagClassName
{
color: #3A2AA1;
}
</style>
background-color css
<style>
a { background-color: #3A2AA1; }
a { background-color: rgb(58,42,161); }
div.DivClassName
{
background-color: #3A2AA1;
}
.BgClassName
{
background-color: #3A2AA1;
}
</style>
border-color css
<style>
span { border-color: #3A2AA1; }
span { border-color: rgb(58,42,161); }
td.TdClassName
{
border-color: #3A2AA1;
}
.TagClassName
{
border-color: #3A2AA1;
}
</style>