Shades of Blue Diamond #441C70
Tints of Blue Diamond #441C70
RGB
CMYK
RGB Variations
Color information
#441C70 (or 0x441C70) is known color: Blue Diamond. HEX triplet: 44, 1C and 70. RGB value is (68,28,112). Sum of RGB (Red+Green+Blue) = 68+28+112=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #441C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441C70 is #BBE38F. Grayscale: #313131. Windows color (decimal): -12313488 or 7347268. OLE color: 7347268.
HSL color Cylindrical-coordinate representation of color #441C70: hue angle of 268.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441C70 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 28 | 112 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.56 |
| HSL | 268.57º | 0.6% | 0.27% | - |
| HSV(B) | 268.57º | 0.75% | 0.44% | - |
| XYZ | 5.72 | 3.23 | 15.65 | - |
| YUV | 49.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 112 | 0.39 | 0.75 | 0 | 0.56 | 268.57 | 0.6 | 0.27 |
| Hex | 44 | 1C | 70 | 27 | 4B | 0 | 38 | 10D | 3C | 1B |
| Octal | 104 | 34 | 160 | 47 | 113 | 0 | 70 | 415 | 74 | 33 |
| Binary | 1000100 | 11100 | 1110000 | 100111 | 1001011 | 0 | 111000 | 100001101 | 111100 | 11011 |
Color Harmonies of #441C70
Complementary color
Monochromatic Colors of #441C70
Black with #441C70
Text Example
Text Example
White with #441C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441C70; }
p { color: rgb(68,28,112); }
H1.HeaderClassName
{
color: #441C70;
}
.AnyTagClassName
{
color: #441C70;
}
</style>
background-color css
<style>
a { background-color: #441C70; }
a { background-color: rgb(68,28,112); }
div.DivClassName
{
background-color: #441C70;
}
.BgClassName
{
background-color: #441C70;
}
</style>
border-color css
<style>
span { border-color: #441C70; }
span { border-color: rgb(68,28,112); }
td.TdClassName
{
border-color: #441C70;
}
.TagClassName
{
border-color: #441C70;
}
</style>