Shades of Blue Gem #3A1FA2
Tints of Blue Gem #3A1FA2
RGB
CMYK
RGB Variations
Color information
#3A1FA2 (or 0x3A1FA2) is known color: Blue Gem. HEX triplet: 3A, 1F and A2. RGB value is (58,31,162). Sum of RGB (Red+Green+Blue) = 58+31+162=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 162 (63.67% from 255 or 64.54% from 251); Max value from RGB is 162 - color contains mainly: blue. Hex color #3A1FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1FA2 is #C5E05D. Grayscale: #353535. Windows color (decimal): -12968030 or 10624826. OLE color: 10624826.
HSL color Cylindrical-coordinate representation of color #3A1FA2: hue angle of 252.37º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A1FA2 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 31 | 162 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.36 |
| HSL | 252.37º | 0.68% | 0.38% | - |
| HSV(B) | 252.37º | 0.81% | 0.64% | - |
| XYZ | 8.76 | 4.49 | 34.59 | - |
| YUV | 54.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 162 | 0.64 | 0.81 | 0 | 0.36 | 252.37 | 0.68 | 0.38 |
| Hex | 3A | 1F | A2 | 40 | 51 | 0 | 24 | FC | 44 | 26 |
| Octal | 72 | 37 | 242 | 100 | 121 | 0 | 44 | 374 | 104 | 46 |
| Binary | 111010 | 11111 | 10100010 | 1000000 | 1010001 | 0 | 100100 | 11111100 | 1000100 | 100110 |
Color Harmonies of #3A1FA2
Complementary color
Monochromatic Colors of #3A1FA2
Black with #3A1FA2
Text Example
Text Example
White with #3A1FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FA2; }
p { color: rgb(58,31,162); }
H1.HeaderClassName
{
color: #3A1FA2;
}
.AnyTagClassName
{
color: #3A1FA2;
}
</style>
background-color css
<style>
a { background-color: #3A1FA2; }
a { background-color: rgb(58,31,162); }
div.DivClassName
{
background-color: #3A1FA2;
}
.BgClassName
{
background-color: #3A1FA2;
}
</style>
border-color css
<style>
span { border-color: #3A1FA2; }
span { border-color: rgb(58,31,162); }
td.TdClassName
{
border-color: #3A1FA2;
}
.TagClassName
{
border-color: #3A1FA2;
}
</style>