Shades of Blue Diamond #441F6F
Tints of Blue Diamond #441F6F
RGB
CMYK
RGB Variations
Color information
#441F6F (or 0x441F6F) is known color: Blue Diamond. HEX triplet: 44, 1F and 6F. RGB value is (68,31,111). Sum of RGB (Red+Green+Blue) = 68+31+111=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #441F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F6F is #BBE090. Grayscale: #323232. Windows color (decimal): -12312721 or 7282500. OLE color: 7282500.
HSL color Cylindrical-coordinate representation of color #441F6F: hue angle of 267.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #441F6F is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 31 | 111 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.56 |
| HSL | 267.75º | 0.56% | 0.28% | - |
| HSV(B) | 267.75º | 0.72% | 0.44% | - |
| XYZ | 5.74 | 3.36 | 15.38 | - |
| YUV | 51.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 111 | 0.39 | 0.72 | 0 | 0.56 | 267.75 | 0.56 | 0.28 |
| Hex | 44 | 1F | 6F | 27 | 48 | 0 | 38 | 10C | 38 | 1C |
| Octal | 104 | 37 | 157 | 47 | 110 | 0 | 70 | 414 | 70 | 34 |
| Binary | 1000100 | 11111 | 1101111 | 100111 | 1001000 | 0 | 111000 | 100001100 | 111000 | 11100 |
Color Harmonies of #441F6F
Complementary color
Monochromatic Colors of #441F6F
Black with #441F6F
Text Example
Text Example
White with #441F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F6F; }
p { color: rgb(68,31,111); }
H1.HeaderClassName
{
color: #441F6F;
}
.AnyTagClassName
{
color: #441F6F;
}
</style>
background-color css
<style>
a { background-color: #441F6F; }
a { background-color: rgb(68,31,111); }
div.DivClassName
{
background-color: #441F6F;
}
.BgClassName
{
background-color: #441F6F;
}
</style>
border-color css
<style>
span { border-color: #441F6F; }
span { border-color: rgb(68,31,111); }
td.TdClassName
{
border-color: #441F6F;
}
.TagClassName
{
border-color: #441F6F;
}
</style>