Shades of Blue Gem #3A1BA4
Tints of Blue Gem #3A1BA4
RGB
CMYK
RGB Variations
Color information
#3A1BA4 (or 0x3A1BA4) is known color: Blue Gem. HEX triplet: 3A, 1B and A4. RGB value is (58,27,164). Sum of RGB (Red+Green+Blue) = 58+27+164=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 164 (64.45% from 255 or 65.86% from 249); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A1BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1BA4 is #C5E45B. Grayscale: #333333. Windows color (decimal): -12969052 or 10754874. OLE color: 10754874.
HSL color Cylindrical-coordinate representation of color #3A1BA4: hue angle of 253.58º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1BA4 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 27 | 164 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.36 |
| HSL | 253.58º | 0.72% | 0.37% | - |
| HSV(B) | 253.58º | 0.84% | 0.64% | - |
| XYZ | 8.84 | 4.36 | 35.5 | - |
| YUV | 51.89 | 191.27 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 164 | 0.65 | 0.84 | 0 | 0.36 | 253.58 | 0.72 | 0.37 |
| Hex | 3A | 1B | A4 | 41 | 54 | 0 | 24 | FE | 48 | 25 |
| Octal | 72 | 33 | 244 | 101 | 124 | 0 | 44 | 376 | 110 | 45 |
| Binary | 111010 | 11011 | 10100100 | 1000001 | 1010100 | 0 | 100100 | 11111110 | 1001000 | 100101 |
Color Harmonies of #3A1BA4
Complementary color
Monochromatic Colors of #3A1BA4
Black with #3A1BA4
Text Example
Text Example
White with #3A1BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1BA4; }
p { color: rgb(58,27,164); }
H1.HeaderClassName
{
color: #3A1BA4;
}
.AnyTagClassName
{
color: #3A1BA4;
}
</style>
background-color css
<style>
a { background-color: #3A1BA4; }
a { background-color: rgb(58,27,164); }
div.DivClassName
{
background-color: #3A1BA4;
}
.BgClassName
{
background-color: #3A1BA4;
}
</style>
border-color css
<style>
span { border-color: #3A1BA4; }
span { border-color: rgb(58,27,164); }
td.TdClassName
{
border-color: #3A1BA4;
}
.TagClassName
{
border-color: #3A1BA4;
}
</style>