Shades of Blue Gem #441D99
Tints of Blue Gem #441D99
RGB
CMYK
RGB Variations
Color information
#441D99 (or 0x441D99) is known color: Blue Gem. HEX triplet: 44, 1D and 99. RGB value is (68,29,153). Sum of RGB (Red+Green+Blue) = 68+29+153=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #441D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441D99 is #BBE266. Grayscale: #363636. Windows color (decimal): -12313191 or 10034500. OLE color: 10034500.
HSL color Cylindrical-coordinate representation of color #441D99: hue angle of 258.87º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441D99 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 29 | 153 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.4 |
| HSL | 258.87º | 0.68% | 0.36% | - |
| HSV(B) | 258.87º | 0.81% | 0.6% | - |
| XYZ | 8.57 | 4.41 | 30.54 | - |
| YUV | 54.8 | 183.42 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 153 | 0.56 | 0.81 | 0 | 0.4 | 258.87 | 0.68 | 0.36 |
| Hex | 44 | 1D | 99 | 38 | 51 | 0 | 28 | 103 | 44 | 24 |
| Octal | 104 | 35 | 231 | 70 | 121 | 0 | 50 | 403 | 104 | 44 |
| Binary | 1000100 | 11101 | 10011001 | 111000 | 1010001 | 0 | 101000 | 100000011 | 1000100 | 100100 |
Color Harmonies of #441D99
Complementary color
Monochromatic Colors of #441D99
Black with #441D99
Text Example
Text Example
White with #441D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D99; }
p { color: rgb(68,29,153); }
H1.HeaderClassName
{
color: #441D99;
}
.AnyTagClassName
{
color: #441D99;
}
</style>
background-color css
<style>
a { background-color: #441D99; }
a { background-color: rgb(68,29,153); }
div.DivClassName
{
background-color: #441D99;
}
.BgClassName
{
background-color: #441D99;
}
</style>
border-color css
<style>
span { border-color: #441D99; }
span { border-color: rgb(68,29,153); }
td.TdClassName
{
border-color: #441D99;
}
.TagClassName
{
border-color: #441D99;
}
</style>