Shades of Blue Gem #3A1EA3
Tints of Blue Gem #3A1EA3
RGB
CMYK
RGB Variations
Color information
#3A1EA3 (or 0x3A1EA3) is known color: Blue Gem. HEX triplet: 3A, 1E and A3. RGB value is (58,30,163). Sum of RGB (Red+Green+Blue) = 58+30+163=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 163 (64.06% from 255 or 64.94% from 251); Max value from RGB is 163 - color contains mainly: blue. Hex color #3A1EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1EA3 is #C5E15C. Grayscale: #353535. Windows color (decimal): -12968285 or 10690106. OLE color: 10690106.
HSL color Cylindrical-coordinate representation of color #3A1EA3: hue angle of 252.63º 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 #3A1EA3 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 30 | 163 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.36 |
| HSL | 252.63º | 0.69% | 0.38% | - |
| HSV(B) | 252.63º | 0.82% | 0.64% | - |
| XYZ | 8.82 | 4.47 | 35.05 | - |
| YUV | 53.53 | 189.78 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 163 | 0.64 | 0.82 | 0 | 0.36 | 252.63 | 0.69 | 0.38 |
| Hex | 3A | 1E | A3 | 40 | 52 | 0 | 24 | FD | 45 | 26 |
| Octal | 72 | 36 | 243 | 100 | 122 | 0 | 44 | 375 | 105 | 46 |
| Binary | 111010 | 11110 | 10100011 | 1000000 | 1010010 | 0 | 100100 | 11111101 | 1000101 | 100110 |
Color Harmonies of #3A1EA3
Complementary color
Monochromatic Colors of #3A1EA3
Black with #3A1EA3
Text Example
Text Example
White with #3A1EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1EA3; }
p { color: rgb(58,30,163); }
H1.HeaderClassName
{
color: #3A1EA3;
}
.AnyTagClassName
{
color: #3A1EA3;
}
</style>
background-color css
<style>
a { background-color: #3A1EA3; }
a { background-color: rgb(58,30,163); }
div.DivClassName
{
background-color: #3A1EA3;
}
.BgClassName
{
background-color: #3A1EA3;
}
</style>
border-color css
<style>
span { border-color: #3A1EA3; }
span { border-color: rgb(58,30,163); }
td.TdClassName
{
border-color: #3A1EA3;
}
.TagClassName
{
border-color: #3A1EA3;
}
</style>