Shades of Blue Gem #471F99
Tints of Blue Gem #471F99
RGB
CMYK
RGB Variations
Color information
#471F99 (or 0x471F99) is known color: Blue Gem. HEX triplet: 47, 1F and 99. RGB value is (71,31,153). Sum of RGB (Red+Green+Blue) = 71+31+153=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #471F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471F99 is #B8E066. Grayscale: #383838. Windows color (decimal): -12116071 or 10035015. OLE color: 10035015.
HSL color Cylindrical-coordinate representation of color #471F99: hue angle of 259.67º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471F99 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 31 | 153 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.4 |
| HSL | 259.67º | 0.66% | 0.36% | - |
| HSV(B) | 259.67º | 0.8% | 0.6% | - |
| XYZ | 8.84 | 4.62 | 30.56 | - |
| YUV | 56.87 | 182.25 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 153 | 0.54 | 0.80 | 0 | 0.4 | 259.67 | 0.66 | 0.36 |
| Hex | 47 | 1F | 99 | 36 | 50 | 0 | 28 | 104 | 42 | 24 |
| Octal | 107 | 37 | 231 | 66 | 120 | 0 | 50 | 404 | 102 | 44 |
| Binary | 1000111 | 11111 | 10011001 | 110110 | 1010000 | 0 | 101000 | 100000100 | 1000010 | 100100 |
Color Harmonies of #471F99
Complementary color
Monochromatic Colors of #471F99
Black with #471F99
Text Example
Text Example
White with #471F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F99; }
p { color: rgb(71,31,153); }
H1.HeaderClassName
{
color: #471F99;
}
.AnyTagClassName
{
color: #471F99;
}
</style>
background-color css
<style>
a { background-color: #471F99; }
a { background-color: rgb(71,31,153); }
div.DivClassName
{
background-color: #471F99;
}
.BgClassName
{
background-color: #471F99;
}
</style>
border-color css
<style>
span { border-color: #471F99; }
span { border-color: rgb(71,31,153); }
td.TdClassName
{
border-color: #471F99;
}
.TagClassName
{
border-color: #471F99;
}
</style>