Shades of Blue Gem #3A1FA6
Tints of Blue Gem #3A1FA6
RGB
CMYK
RGB Variations
Color information
#3A1FA6 (or 0x3A1FA6) is known color: Blue Gem. HEX triplet: 3A, 1F and A6. RGB value is (58,31,166). Sum of RGB (Red+Green+Blue) = 58+31+166=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 166 (65.23% from 255 or 65.10% from 255); Max value from RGB is 166 - color contains mainly: blue. Hex color #3A1FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1FA6 is #C5E059. Grayscale: #353535. Windows color (decimal): -12968026 or 10886970. OLE color: 10886970.
HSL color Cylindrical-coordinate representation of color #3A1FA6: hue angle of 252º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A1FA6 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 31 | 166 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.35 |
| HSL | 252º | 0.69% | 0.39% | - |
| HSV(B) | 252º | 0.81% | 0.65% | - |
| XYZ | 9.12 | 4.63 | 36.49 | - |
| YUV | 54.46 | 190.95 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 166 | 0.65 | 0.81 | 0 | 0.35 | 252 | 0.69 | 0.39 |
| Hex | 3A | 1F | A6 | 41 | 51 | 0 | 23 | FC | 45 | 27 |
| Octal | 72 | 37 | 246 | 101 | 121 | 0 | 43 | 374 | 105 | 47 |
| Binary | 111010 | 11111 | 10100110 | 1000001 | 1010001 | 0 | 100011 | 11111100 | 1000101 | 100111 |
Color Harmonies of #3A1FA6
Complementary color
Monochromatic Colors of #3A1FA6
Black with #3A1FA6
Text Example
Text Example
White with #3A1FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FA6; }
p { color: rgb(58,31,166); }
H1.HeaderClassName
{
color: #3A1FA6;
}
.AnyTagClassName
{
color: #3A1FA6;
}
</style>
background-color css
<style>
a { background-color: #3A1FA6; }
a { background-color: rgb(58,31,166); }
div.DivClassName
{
background-color: #3A1FA6;
}
.BgClassName
{
background-color: #3A1FA6;
}
</style>
border-color css
<style>
span { border-color: #3A1FA6; }
span { border-color: rgb(58,31,166); }
td.TdClassName
{
border-color: #3A1FA6;
}
.TagClassName
{
border-color: #3A1FA6;
}
</style>