Shades of Blue Diamond #441C71
Tints of Blue Diamond #441C71
RGB
CMYK
RGB Variations
Color information
#441C71 (or 0x441C71) is known color: Blue Diamond. HEX triplet: 44, 1C and 71. RGB value is (68,28,113). Sum of RGB (Red+Green+Blue) = 68+28+113=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #441C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441C71 is #BBE38E. Grayscale: #313131. Windows color (decimal): -12313487 or 7412804. OLE color: 7412804.
HSL color Cylindrical-coordinate representation of color #441C71: hue angle of 268.24º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441C71 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 28 | 113 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.56 |
| HSL | 268.24º | 0.6% | 0.28% | - |
| HSV(B) | 268.24º | 0.75% | 0.44% | - |
| XYZ | 5.78 | 3.25 | 15.95 | - |
| YUV | 49.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 113 | 0.40 | 0.75 | 0 | 0.56 | 268.24 | 0.6 | 0.28 |
| Hex | 44 | 1C | 71 | 28 | 4B | 0 | 38 | 10C | 3C | 1C |
| Octal | 104 | 34 | 161 | 50 | 113 | 0 | 70 | 414 | 74 | 34 |
| Binary | 1000100 | 11100 | 1110001 | 101000 | 1001011 | 0 | 111000 | 100001100 | 111100 | 11100 |
Color Harmonies of #441C71
Complementary color
Monochromatic Colors of #441C71
Black with #441C71
Text Example
Text Example
White with #441C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441C71; }
p { color: rgb(68,28,113); }
H1.HeaderClassName
{
color: #441C71;
}
.AnyTagClassName
{
color: #441C71;
}
</style>
background-color css
<style>
a { background-color: #441C71; }
a { background-color: rgb(68,28,113); }
div.DivClassName
{
background-color: #441C71;
}
.BgClassName
{
background-color: #441C71;
}
</style>
border-color css
<style>
span { border-color: #441C71; }
span { border-color: rgb(68,28,113); }
td.TdClassName
{
border-color: #441C71;
}
.TagClassName
{
border-color: #441C71;
}
</style>