Shades of Blue Diamond #441D6E
Tints of Blue Diamond #441D6E
RGB
CMYK
RGB Variations
Color information
#441D6E (or 0x441D6E) is known color: Blue Diamond. HEX triplet: 44, 1D and 6E. RGB value is (68,29,110). Sum of RGB (Red+Green+Blue) = 68+29+110=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #441D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441D6E is #BBE291. Grayscale: #313131. Windows color (decimal): -12313234 or 7216452. OLE color: 7216452.
HSL color Cylindrical-coordinate representation of color #441D6E: hue angle of 268.89º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #441D6E is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 29 | 110 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.57 |
| HSL | 268.89º | 0.58% | 0.27% | - |
| HSV(B) | 268.89º | 0.74% | 0.43% | - |
| XYZ | 5.64 | 3.23 | 15.08 | - |
| YUV | 49.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 110 | 0.38 | 0.74 | 0 | 0.57 | 268.89 | 0.58 | 0.27 |
| Hex | 44 | 1D | 6E | 26 | 4A | 0 | 39 | 10D | 3A | 1B |
| Octal | 104 | 35 | 156 | 46 | 112 | 0 | 71 | 415 | 72 | 33 |
| Binary | 1000100 | 11101 | 1101110 | 100110 | 1001010 | 0 | 111001 | 100001101 | 111010 | 11011 |
Color Harmonies of #441D6E
Complementary color
Monochromatic Colors of #441D6E
Black with #441D6E
Text Example
Text Example
White with #441D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D6E; }
p { color: rgb(68,29,110); }
H1.HeaderClassName
{
color: #441D6E;
}
.AnyTagClassName
{
color: #441D6E;
}
</style>
background-color css
<style>
a { background-color: #441D6E; }
a { background-color: rgb(68,29,110); }
div.DivClassName
{
background-color: #441D6E;
}
.BgClassName
{
background-color: #441D6E;
}
</style>
border-color css
<style>
span { border-color: #441D6E; }
span { border-color: rgb(68,29,110); }
td.TdClassName
{
border-color: #441D6E;
}
.TagClassName
{
border-color: #441D6E;
}
</style>