Shades of Blue Gem #391FAC
Tints of Blue Gem #391FAC
RGB
CMYK
RGB Variations
Color information
#391FAC (or 0x391FAC) is known color: Blue Gem. HEX triplet: 39, 1F and AC. RGB value is (57,31,172). Sum of RGB (Red+Green+Blue) = 57+31+172=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #391FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391FAC is #C6E053. Grayscale: #363636. Windows color (decimal): -13033556 or 11280185. OLE color: 11280185.
HSL color Cylindrical-coordinate representation of color #391FAC: hue angle of 251.06º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391FAC is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 31 | 172 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.33 |
| HSL | 251.06º | 0.69% | 0.4% | - |
| HSV(B) | 251.06º | 0.82% | 0.67% | - |
| XYZ | 9.62 | 4.83 | 39.45 | - |
| YUV | 54.85 | 194.11 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 31 | 172 | 0.67 | 0.82 | 0 | 0.33 | 251.06 | 0.69 | 0.4 |
| Hex | 39 | 1F | AC | 43 | 52 | 0 | 21 | FB | 45 | 28 |
| Octal | 71 | 37 | 254 | 103 | 122 | 0 | 41 | 373 | 105 | 50 |
| Binary | 111001 | 11111 | 10101100 | 1000011 | 1010010 | 0 | 100001 | 11111011 | 1000101 | 101000 |
Color Harmonies of #391FAC
Complementary color
Monochromatic Colors of #391FAC
Black with #391FAC
Text Example
Text Example
White with #391FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391FAC; }
p { color: rgb(57,31,172); }
H1.HeaderClassName
{
color: #391FAC;
}
.AnyTagClassName
{
color: #391FAC;
}
</style>
background-color css
<style>
a { background-color: #391FAC; }
a { background-color: rgb(57,31,172); }
div.DivClassName
{
background-color: #391FAC;
}
.BgClassName
{
background-color: #391FAC;
}
</style>
border-color css
<style>
span { border-color: #391FAC; }
span { border-color: rgb(57,31,172); }
td.TdClassName
{
border-color: #391FAC;
}
.TagClassName
{
border-color: #391FAC;
}
</style>