Shades of Blue Diamond #441771
Tints of Blue Diamond #441771
RGB
CMYK
RGB Variations
Color information
#441771 (or 0x441771) is known color: Blue Diamond. HEX triplet: 44, 17 and 71. RGB value is (68,23,113). Sum of RGB (Red+Green+Blue) = 68+23+113=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #441771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441771 is #BBE88E. Grayscale: #2E2E2E. Windows color (decimal): -12314767 or 7411524. OLE color: 7411524.
HSL color Cylindrical-coordinate representation of color #441771: hue angle of 270º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441771 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 23 | 113 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.56 |
| HSL | 270º | 0.66% | 0.27% | - |
| HSV(B) | 270º | 0.8% | 0.44% | - |
| XYZ | 5.67 | 3.03 | 15.91 | - |
| YUV | 46.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 113 | 0.40 | 0.80 | 0 | 0.56 | 270 | 0.66 | 0.27 |
| Hex | 44 | 17 | 71 | 28 | 50 | 0 | 38 | 10E | 42 | 1B |
| Octal | 104 | 27 | 161 | 50 | 120 | 0 | 70 | 416 | 102 | 33 |
| Binary | 1000100 | 10111 | 1110001 | 101000 | 1010000 | 0 | 111000 | 100001110 | 1000010 | 11011 |
Color Harmonies of #441771
Complementary color
Monochromatic Colors of #441771
Black with #441771
Text Example
Text Example
White with #441771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441771; }
p { color: rgb(68,23,113); }
H1.HeaderClassName
{
color: #441771;
}
.AnyTagClassName
{
color: #441771;
}
</style>
background-color css
<style>
a { background-color: #441771; }
a { background-color: rgb(68,23,113); }
div.DivClassName
{
background-color: #441771;
}
.BgClassName
{
background-color: #441771;
}
</style>
border-color css
<style>
span { border-color: #441771; }
span { border-color: rgb(68,23,113); }
td.TdClassName
{
border-color: #441771;
}
.TagClassName
{
border-color: #441771;
}
</style>