Shades of Blue Gem #3E319D
Tints of Blue Gem #3E319D
RGB
CMYK
RGB Variations
Color information
#3E319D (or 0x3E319D) is known color: Blue Gem. HEX triplet: 3E, 31 and 9D. RGB value is (62,49,157). Sum of RGB (Red+Green+Blue) = 62+49+157=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E319D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E319D is #C1CE62. Grayscale: #404040. Windows color (decimal): -12701283 or 10301758. OLE color: 10301758.
HSL color Cylindrical-coordinate representation of color #3E319D: hue angle of 247.22º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E319D is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 49 | 157 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.38 |
| HSL | 247.22º | 0.52% | 0.4% | - |
| HSV(B) | 247.22º | 0.69% | 0.62% | - |
| XYZ | 9.17 | 5.66 | 32.51 | - |
| YUV | 65.2 | 179.81 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 157 | 0.61 | 0.69 | 0 | 0.38 | 247.22 | 0.52 | 0.4 |
| Hex | 3E | 31 | 9D | 3D | 45 | 0 | 26 | F7 | 34 | 28 |
| Octal | 76 | 61 | 235 | 75 | 105 | 0 | 46 | 367 | 64 | 50 |
| Binary | 111110 | 110001 | 10011101 | 111101 | 1000101 | 0 | 100110 | 11110111 | 110100 | 101000 |
Color Harmonies of #3E319D
Complementary color
Monochromatic Colors of #3E319D
Black with #3E319D
Text Example
Text Example
White with #3E319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E319D; }
p { color: rgb(62,49,157); }
H1.HeaderClassName
{
color: #3E319D;
}
.AnyTagClassName
{
color: #3E319D;
}
</style>
background-color css
<style>
a { background-color: #3E319D; }
a { background-color: rgb(62,49,157); }
div.DivClassName
{
background-color: #3E319D;
}
.BgClassName
{
background-color: #3E319D;
}
</style>
border-color css
<style>
span { border-color: #3E319D; }
span { border-color: rgb(62,49,157); }
td.TdClassName
{
border-color: #3E319D;
}
.TagClassName
{
border-color: #3E319D;
}
</style>