Shades of Blue Gem #331FA2
Tints of Blue Gem #331FA2
RGB
CMYK
RGB Variations
Color information
#331FA2 (or 0x331FA2) is known color: Blue Gem. HEX triplet: 33, 1F and A2. RGB value is (51,31,162). Sum of RGB (Red+Green+Blue) = 51+31+162=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #331FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331FA2 is #CCE05D. Grayscale: #333333. Windows color (decimal): -13426782 or 10624819. OLE color: 10624819.
HSL color Cylindrical-coordinate representation of color #331FA2: hue angle of 249.16º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331FA2 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 31 | 162 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.36 |
| HSL | 249.16º | 0.68% | 0.38% | - |
| HSV(B) | 249.16º | 0.81% | 0.64% | - |
| XYZ | 8.38 | 4.29 | 34.57 | - |
| YUV | 51.91 | 190.13 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 162 | 0.69 | 0.81 | 0 | 0.36 | 249.16 | 0.68 | 0.38 |
| Hex | 33 | 1F | A2 | 45 | 51 | 0 | 24 | F9 | 44 | 26 |
| Octal | 63 | 37 | 242 | 105 | 121 | 0 | 44 | 371 | 104 | 46 |
| Binary | 110011 | 11111 | 10100010 | 1000101 | 1010001 | 0 | 100100 | 11111001 | 1000100 | 100110 |
Color Harmonies of #331FA2
Complementary color
Monochromatic Colors of #331FA2
Black with #331FA2
Text Example
Text Example
White with #331FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331FA2; }
p { color: rgb(51,31,162); }
H1.HeaderClassName
{
color: #331FA2;
}
.AnyTagClassName
{
color: #331FA2;
}
</style>
background-color css
<style>
a { background-color: #331FA2; }
a { background-color: rgb(51,31,162); }
div.DivClassName
{
background-color: #331FA2;
}
.BgClassName
{
background-color: #331FA2;
}
</style>
border-color css
<style>
span { border-color: #331FA2; }
span { border-color: rgb(51,31,162); }
td.TdClassName
{
border-color: #331FA2;
}
.TagClassName
{
border-color: #331FA2;
}
</style>