Shades of Blue Gem #391AAB
Tints of Blue Gem #391AAB
RGB
CMYK
RGB Variations
Color information
#391AAB (or 0x391AAB) is known color: Blue Gem. HEX triplet: 39, 1A and AB. RGB value is (57,26,171). Sum of RGB (Red+Green+Blue) = 57+26+171=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #391AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391AAB is #C6E554. Grayscale: #333333. Windows color (decimal): -13034837 or 11213369. OLE color: 11213369.
HSL color Cylindrical-coordinate representation of color #391AAB: hue angle of 252.83º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391AAB is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 26 | 171 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.33 |
| HSL | 252.83º | 0.74% | 0.39% | - |
| HSV(B) | 252.83º | 0.85% | 0.67% | - |
| XYZ | 9.41 | 4.55 | 38.91 | - |
| YUV | 51.8 | 195.27 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 171 | 0.67 | 0.85 | 0 | 0.33 | 252.83 | 0.74 | 0.39 |
| Hex | 39 | 1A | AB | 43 | 55 | 0 | 21 | FD | 4A | 27 |
| Octal | 71 | 32 | 253 | 103 | 125 | 0 | 41 | 375 | 112 | 47 |
| Binary | 111001 | 11010 | 10101011 | 1000011 | 1010101 | 0 | 100001 | 11111101 | 1001010 | 100111 |
Color Harmonies of #391AAB
Complementary color
Monochromatic Colors of #391AAB
Black with #391AAB
Text Example
Text Example
White with #391AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391AAB; }
p { color: rgb(57,26,171); }
H1.HeaderClassName
{
color: #391AAB;
}
.AnyTagClassName
{
color: #391AAB;
}
</style>
background-color css
<style>
a { background-color: #391AAB; }
a { background-color: rgb(57,26,171); }
div.DivClassName
{
background-color: #391AAB;
}
.BgClassName
{
background-color: #391AAB;
}
</style>
border-color css
<style>
span { border-color: #391AAB; }
span { border-color: rgb(57,26,171); }
td.TdClassName
{
border-color: #391AAB;
}
.TagClassName
{
border-color: #391AAB;
}
</style>