Shades of Blue Gem #3A1FAB
Tints of Blue Gem #3A1FAB
RGB
CMYK
RGB Variations
Color information
#3A1FAB (or 0x3A1FAB) is known color: Blue Gem. HEX triplet: 3A, 1F and AB. RGB value is (58,31,171). Sum of RGB (Red+Green+Blue) = 58+31+171=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A1FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1FAB is #C5E054. Grayscale: #363636. Windows color (decimal): -12968021 or 11214650. OLE color: 11214650.
HSL color Cylindrical-coordinate representation of color #3A1FAB: hue angle of 251.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A1FAB is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 31 | 171 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.33 |
| HSL | 251.57º | 0.69% | 0.4% | - |
| HSV(B) | 251.57º | 0.82% | 0.67% | - |
| XYZ | 9.59 | 4.82 | 38.95 | - |
| YUV | 55.03 | 193.45 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 171 | 0.66 | 0.82 | 0 | 0.33 | 251.57 | 0.69 | 0.4 |
| Hex | 3A | 1F | AB | 42 | 52 | 0 | 21 | FC | 45 | 28 |
| Octal | 72 | 37 | 253 | 102 | 122 | 0 | 41 | 374 | 105 | 50 |
| Binary | 111010 | 11111 | 10101011 | 1000010 | 1010010 | 0 | 100001 | 11111100 | 1000101 | 101000 |
Color Harmonies of #3A1FAB
Complementary color
Monochromatic Colors of #3A1FAB
Black with #3A1FAB
Text Example
Text Example
White with #3A1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FAB; }
p { color: rgb(58,31,171); }
H1.HeaderClassName
{
color: #3A1FAB;
}
.AnyTagClassName
{
color: #3A1FAB;
}
</style>
background-color css
<style>
a { background-color: #3A1FAB; }
a { background-color: rgb(58,31,171); }
div.DivClassName
{
background-color: #3A1FAB;
}
.BgClassName
{
background-color: #3A1FAB;
}
</style>
border-color css
<style>
span { border-color: #3A1FAB; }
span { border-color: rgb(58,31,171); }
td.TdClassName
{
border-color: #3A1FAB;
}
.TagClassName
{
border-color: #3A1FAB;
}
</style>