Shades of Blue Gem #3A1AAA
Tints of Blue Gem #3A1AAA
RGB
CMYK
RGB Variations
Color information
#3A1AAA (or 0x3A1AAA) is known color: Blue Gem. HEX triplet: 3A, 1A and AA. RGB value is (58,26,170). Sum of RGB (Red+Green+Blue) = 58+26+170=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A1AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1AAA is #C5E555. Grayscale: #333333. Windows color (decimal): -12969302 or 11147834. OLE color: 11147834.
HSL color Cylindrical-coordinate representation of color #3A1AAA: hue angle of 253.33º 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 #3A1AAA is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 26 | 170 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.33 |
| HSL | 253.33º | 0.73% | 0.38% | - |
| HSV(B) | 253.33º | 0.85% | 0.67% | - |
| XYZ | 9.37 | 4.54 | 38.41 | - |
| YUV | 51.98 | 194.6 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 170 | 0.66 | 0.85 | 0 | 0.33 | 253.33 | 0.73 | 0.38 |
| Hex | 3A | 1A | AA | 42 | 55 | 0 | 21 | FD | 49 | 26 |
| Octal | 72 | 32 | 252 | 102 | 125 | 0 | 41 | 375 | 111 | 46 |
| Binary | 111010 | 11010 | 10101010 | 1000010 | 1010101 | 0 | 100001 | 11111101 | 1001001 | 100110 |
Color Harmonies of #3A1AAA
Complementary color
Monochromatic Colors of #3A1AAA
Black with #3A1AAA
Text Example
Text Example
White with #3A1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1AAA; }
p { color: rgb(58,26,170); }
H1.HeaderClassName
{
color: #3A1AAA;
}
.AnyTagClassName
{
color: #3A1AAA;
}
</style>
background-color css
<style>
a { background-color: #3A1AAA; }
a { background-color: rgb(58,26,170); }
div.DivClassName
{
background-color: #3A1AAA;
}
.BgClassName
{
background-color: #3A1AAA;
}
</style>
border-color css
<style>
span { border-color: #3A1AAA; }
span { border-color: rgb(58,26,170); }
td.TdClassName
{
border-color: #3A1AAA;
}
.TagClassName
{
border-color: #3A1AAA;
}
</style>