Shades of Blue Diamond #441D6B
Tints of Blue Diamond #441D6B
RGB
CMYK
RGB Variations
Color information
#441D6B (or 0x441D6B) is known color: Blue Diamond. HEX triplet: 44, 1D and 6B. RGB value is (68,29,107). Sum of RGB (Red+Green+Blue) = 68+29+107=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #441D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441D6B is #BBE294. Grayscale: #313131. Windows color (decimal): -12313237 or 7019844. OLE color: 7019844.
HSL color Cylindrical-coordinate representation of color #441D6B: hue angle of 270º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #441D6B is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 29 | 107 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.58 |
| HSL | 270º | 0.57% | 0.27% | - |
| HSV(B) | 270º | 0.73% | 0.42% | - |
| XYZ | 5.48 | 3.17 | 14.23 | - |
| YUV | 49.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 107 | 0.36 | 0.73 | 0 | 0.58 | 270 | 0.57 | 0.27 |
| Hex | 44 | 1D | 6B | 24 | 49 | 0 | 3A | 10E | 39 | 1B |
| Octal | 104 | 35 | 153 | 44 | 111 | 0 | 72 | 416 | 71 | 33 |
| Binary | 1000100 | 11101 | 1101011 | 100100 | 1001001 | 0 | 111010 | 100001110 | 111001 | 11011 |
Color Harmonies of #441D6B
Complementary color
Monochromatic Colors of #441D6B
Black with #441D6B
Text Example
Text Example
White with #441D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D6B; }
p { color: rgb(68,29,107); }
H1.HeaderClassName
{
color: #441D6B;
}
.AnyTagClassName
{
color: #441D6B;
}
</style>
background-color css
<style>
a { background-color: #441D6B; }
a { background-color: rgb(68,29,107); }
div.DivClassName
{
background-color: #441D6B;
}
.BgClassName
{
background-color: #441D6B;
}
</style>
border-color css
<style>
span { border-color: #441D6B; }
span { border-color: rgb(68,29,107); }
td.TdClassName
{
border-color: #441D6B;
}
.TagClassName
{
border-color: #441D6B;
}
</style>