Shades of Blue Gem #3A1BA3
Tints of Blue Gem #3A1BA3
RGB
CMYK
RGB Variations
Color information
#3A1BA3 (or 0x3A1BA3) is known color: Blue Gem. HEX triplet: 3A, 1B and A3. RGB value is (58,27,163). Sum of RGB (Red+Green+Blue) = 58+27+163=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 163 (64.06% from 255 or 65.73% from 248); Max value from RGB is 163 - color contains mainly: blue. Hex color #3A1BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1BA3 is #C5E45C. Grayscale: #333333. Windows color (decimal): -12969053 or 10689338. OLE color: 10689338.
HSL color Cylindrical-coordinate representation of color #3A1BA3: hue angle of 253.68º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1BA3 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 27 | 163 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.36 |
| HSL | 253.68º | 0.72% | 0.37% | - |
| HSV(B) | 253.68º | 0.83% | 0.64% | - |
| XYZ | 8.75 | 4.33 | 35.02 | - |
| YUV | 51.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 163 | 0.64 | 0.83 | 0 | 0.36 | 253.68 | 0.72 | 0.37 |
| Hex | 3A | 1B | A3 | 40 | 53 | 0 | 24 | FE | 48 | 25 |
| Octal | 72 | 33 | 243 | 100 | 123 | 0 | 44 | 376 | 110 | 45 |
| Binary | 111010 | 11011 | 10100011 | 1000000 | 1010011 | 0 | 100100 | 11111110 | 1001000 | 100101 |
Color Harmonies of #3A1BA3
Complementary color
Monochromatic Colors of #3A1BA3
Black with #3A1BA3
Text Example
Text Example
White with #3A1BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1BA3; }
p { color: rgb(58,27,163); }
H1.HeaderClassName
{
color: #3A1BA3;
}
.AnyTagClassName
{
color: #3A1BA3;
}
</style>
background-color css
<style>
a { background-color: #3A1BA3; }
a { background-color: rgb(58,27,163); }
div.DivClassName
{
background-color: #3A1BA3;
}
.BgClassName
{
background-color: #3A1BA3;
}
</style>
border-color css
<style>
span { border-color: #3A1BA3; }
span { border-color: rgb(58,27,163); }
td.TdClassName
{
border-color: #3A1BA3;
}
.TagClassName
{
border-color: #3A1BA3;
}
</style>