Shades of Blue Diamond #441C72
Tints of Blue Diamond #441C72
RGB
CMYK
RGB Variations
Color information
#441C72 (or 0x441C72) is known color: Blue Diamond. HEX triplet: 44, 1C and 72. RGB value is (68,28,114). Sum of RGB (Red+Green+Blue) = 68+28+114=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #441C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441C72 is #BBE38D. Grayscale: #313131. Windows color (decimal): -12313486 or 7478340. OLE color: 7478340.
HSL color Cylindrical-coordinate representation of color #441C72: hue angle of 267.91º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441C72 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 28 | 114 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.55 |
| HSL | 267.91º | 0.61% | 0.28% | - |
| HSV(B) | 267.91º | 0.75% | 0.45% | - |
| XYZ | 5.84 | 3.27 | 16.24 | - |
| YUV | 49.76 | 164.25 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 114 | 0.40 | 0.75 | 0 | 0.55 | 267.91 | 0.61 | 0.28 |
| Hex | 44 | 1C | 72 | 28 | 4B | 0 | 37 | 10C | 3D | 1C |
| Octal | 104 | 34 | 162 | 50 | 113 | 0 | 67 | 414 | 75 | 34 |
| Binary | 1000100 | 11100 | 1110010 | 101000 | 1001011 | 0 | 110111 | 100001100 | 111101 | 11100 |
Color Harmonies of #441C72
Complementary color
Monochromatic Colors of #441C72
Black with #441C72
Text Example
Text Example
White with #441C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441C72; }
p { color: rgb(68,28,114); }
H1.HeaderClassName
{
color: #441C72;
}
.AnyTagClassName
{
color: #441C72;
}
</style>
background-color css
<style>
a { background-color: #441C72; }
a { background-color: rgb(68,28,114); }
div.DivClassName
{
background-color: #441C72;
}
.BgClassName
{
background-color: #441C72;
}
</style>
border-color css
<style>
span { border-color: #441C72; }
span { border-color: rgb(68,28,114); }
td.TdClassName
{
border-color: #441C72;
}
.TagClassName
{
border-color: #441C72;
}
</style>