Shades of Blue Diamond #441F72
Tints of Blue Diamond #441F72
RGB
CMYK
RGB Variations
Color information
#441F72 (or 0x441F72) is known color: Blue Diamond. HEX triplet: 44, 1F and 72. RGB value is (68,31,114). Sum of RGB (Red+Green+Blue) = 68+31+114=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #441F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F72 is #BBE08D. Grayscale: #333333. Windows color (decimal): -12312718 or 7479108. OLE color: 7479108.
HSL color Cylindrical-coordinate representation of color #441F72: hue angle of 266.75º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #441F72 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 31 | 114 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.55 |
| HSL | 266.75º | 0.57% | 0.28% | - |
| HSV(B) | 266.75º | 0.73% | 0.45% | - |
| XYZ | 5.91 | 3.42 | 16.27 | - |
| YUV | 51.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 114 | 0.40 | 0.73 | 0 | 0.55 | 266.75 | 0.57 | 0.28 |
| Hex | 44 | 1F | 72 | 28 | 49 | 0 | 37 | 10B | 39 | 1C |
| Octal | 104 | 37 | 162 | 50 | 111 | 0 | 67 | 413 | 71 | 34 |
| Binary | 1000100 | 11111 | 1110010 | 101000 | 1001001 | 0 | 110111 | 100001011 | 111001 | 11100 |
Color Harmonies of #441F72
Complementary color
Monochromatic Colors of #441F72
Black with #441F72
Text Example
Text Example
White with #441F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F72; }
p { color: rgb(68,31,114); }
H1.HeaderClassName
{
color: #441F72;
}
.AnyTagClassName
{
color: #441F72;
}
</style>
background-color css
<style>
a { background-color: #441F72; }
a { background-color: rgb(68,31,114); }
div.DivClassName
{
background-color: #441F72;
}
.BgClassName
{
background-color: #441F72;
}
</style>
border-color css
<style>
span { border-color: #441F72; }
span { border-color: rgb(68,31,114); }
td.TdClassName
{
border-color: #441F72;
}
.TagClassName
{
border-color: #441F72;
}
</style>