Shades of Blue Diamond #441E71
Tints of Blue Diamond #441E71
RGB
CMYK
RGB Variations
Color information
#441E71 (or 0x441E71) is known color: Blue Diamond. HEX triplet: 44, 1E and 71. RGB value is (68,30,113). Sum of RGB (Red+Green+Blue) = 68+30+113=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #441E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441E71 is #BBE18E. Grayscale: #323232. Windows color (decimal): -12312975 or 7413316. OLE color: 7413316.
HSL color Cylindrical-coordinate representation of color #441E71: hue angle of 267.47º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #441E71 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 30 | 113 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.56 |
| HSL | 267.47º | 0.58% | 0.28% | - |
| HSV(B) | 267.47º | 0.73% | 0.44% | - |
| XYZ | 5.83 | 3.35 | 15.96 | - |
| YUV | 50.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 113 | 0.40 | 0.73 | 0 | 0.56 | 267.47 | 0.58 | 0.28 |
| Hex | 44 | 1E | 71 | 28 | 49 | 0 | 38 | 10B | 3A | 1C |
| Octal | 104 | 36 | 161 | 50 | 111 | 0 | 70 | 413 | 72 | 34 |
| Binary | 1000100 | 11110 | 1110001 | 101000 | 1001001 | 0 | 111000 | 100001011 | 111010 | 11100 |
Color Harmonies of #441E71
Complementary color
Monochromatic Colors of #441E71
Black with #441E71
Text Example
Text Example
White with #441E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441E71; }
p { color: rgb(68,30,113); }
H1.HeaderClassName
{
color: #441E71;
}
.AnyTagClassName
{
color: #441E71;
}
</style>
background-color css
<style>
a { background-color: #441E71; }
a { background-color: rgb(68,30,113); }
div.DivClassName
{
background-color: #441E71;
}
.BgClassName
{
background-color: #441E71;
}
</style>
border-color css
<style>
span { border-color: #441E71; }
span { border-color: rgb(68,30,113); }
td.TdClassName
{
border-color: #441E71;
}
.TagClassName
{
border-color: #441E71;
}
</style>