Shades of Blue Gem #3A219D
Tints of Blue Gem #3A219D
RGB
CMYK
RGB Variations
Color information
#3A219D (or 0x3A219D) is known color: Blue Gem. HEX triplet: 3A, 21 and 9D. RGB value is (58,33,157). Sum of RGB (Red+Green+Blue) = 58+33+157=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A219D is #C5DE62. Grayscale: #363636. Windows color (decimal): -12967523 or 10297658. OLE color: 10297658.
HSL color Cylindrical-coordinate representation of color #3A219D: hue angle of 252.1º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A219D is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 33 | 157 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.38 |
| HSL | 252.1º | 0.65% | 0.37% | - |
| HSV(B) | 252.1º | 0.79% | 0.62% | - |
| XYZ | 8.37 | 4.42 | 32.31 | - |
| YUV | 54.61 | 185.78 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 157 | 0.63 | 0.79 | 0 | 0.38 | 252.1 | 0.65 | 0.37 |
| Hex | 3A | 21 | 9D | 3F | 4F | 0 | 26 | FC | 41 | 25 |
| Octal | 72 | 41 | 235 | 77 | 117 | 0 | 46 | 374 | 101 | 45 |
| Binary | 111010 | 100001 | 10011101 | 111111 | 1001111 | 0 | 100110 | 11111100 | 1000001 | 100101 |
Color Harmonies of #3A219D
Complementary color
Monochromatic Colors of #3A219D
Black with #3A219D
Text Example
Text Example
White with #3A219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A219D; }
p { color: rgb(58,33,157); }
H1.HeaderClassName
{
color: #3A219D;
}
.AnyTagClassName
{
color: #3A219D;
}
</style>
background-color css
<style>
a { background-color: #3A219D; }
a { background-color: rgb(58,33,157); }
div.DivClassName
{
background-color: #3A219D;
}
.BgClassName
{
background-color: #3A219D;
}
</style>
border-color css
<style>
span { border-color: #3A219D; }
span { border-color: rgb(58,33,157); }
td.TdClassName
{
border-color: #3A219D;
}
.TagClassName
{
border-color: #3A219D;
}
</style>