Shades of Blue Gem #441FA9
Tints of Blue Gem #441FA9
RGB
CMYK
RGB Variations
Color information
#441FA9 (or 0x441FA9) is known color: Blue Gem. HEX triplet: 44, 1F and A9. RGB value is (68,31,169). Sum of RGB (Red+Green+Blue) = 68+31+169=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 169 (66.41% from 255 or 63.06% from 268); Max value from RGB is 169 - color contains mainly: blue. Hex color #441FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441FA9 is #BBE056. Grayscale: #393939. Windows color (decimal): -12312663 or 11083588. OLE color: 11083588.
HSL color Cylindrical-coordinate representation of color #441FA9: hue angle of 256.09º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441FA9 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 68 | 31 | 169 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.34 |
| HSL | 256.09º | 0.69% | 0.39% | - |
| HSV(B) | 256.09º | 0.82% | 0.66% | - |
| XYZ | 10.04 | 5.07 | 37.99 | - |
| YUV | 57.8 | 190.76 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 169 | 0.60 | 0.82 | 0 | 0.34 | 256.09 | 0.69 | 0.39 |
| Hex | 44 | 1F | A9 | 3C | 52 | 0 | 22 | 100 | 45 | 27 |
| Octal | 104 | 37 | 251 | 74 | 122 | 0 | 42 | 400 | 105 | 47 |
| Binary | 1000100 | 11111 | 10101001 | 111100 | 1010010 | 0 | 100010 | 100000000 | 1000101 | 100111 |
Color Harmonies of #441FA9
Complementary color
Monochromatic Colors of #441FA9
Black with #441FA9
Text Example
Text Example
White with #441FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FA9; }
p { color: rgb(68,31,169); }
H1.HeaderClassName
{
color: #441FA9;
}
.AnyTagClassName
{
color: #441FA9;
}
</style>
background-color css
<style>
a { background-color: #441FA9; }
a { background-color: rgb(68,31,169); }
div.DivClassName
{
background-color: #441FA9;
}
.BgClassName
{
background-color: #441FA9;
}
</style>
border-color css
<style>
span { border-color: #441FA9; }
span { border-color: rgb(68,31,169); }
td.TdClassName
{
border-color: #441FA9;
}
.TagClassName
{
border-color: #441FA9;
}
</style>