Shades of Blue Diamond #441B6D
Tints of Blue Diamond #441B6D
RGB
CMYK
RGB Variations
Color information
#441B6D (or 0x441B6D) is known color: Blue Diamond. HEX triplet: 44, 1B and 6D. RGB value is (68,27,109). Sum of RGB (Red+Green+Blue) = 68+27+109=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #441B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B6D is #BBE492. Grayscale: #303030. Windows color (decimal): -12313747 or 7150404. OLE color: 7150404.
HSL color Cylindrical-coordinate representation of color #441B6D: hue angle of 270º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441B6D is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 27 | 109 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.57 |
| HSL | 270º | 0.6% | 0.27% | - |
| HSV(B) | 270º | 0.75% | 0.43% | - |
| XYZ | 5.54 | 3.12 | 14.78 | - |
| YUV | 48.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 109 | 0.38 | 0.75 | 0 | 0.57 | 270 | 0.6 | 0.27 |
| Hex | 44 | 1B | 6D | 26 | 4B | 0 | 39 | 10E | 3C | 1B |
| Octal | 104 | 33 | 155 | 46 | 113 | 0 | 71 | 416 | 74 | 33 |
| Binary | 1000100 | 11011 | 1101101 | 100110 | 1001011 | 0 | 111001 | 100001110 | 111100 | 11011 |
Color Harmonies of #441B6D
Complementary color
Monochromatic Colors of #441B6D
Black with #441B6D
Text Example
Text Example
White with #441B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B6D; }
p { color: rgb(68,27,109); }
H1.HeaderClassName
{
color: #441B6D;
}
.AnyTagClassName
{
color: #441B6D;
}
</style>
background-color css
<style>
a { background-color: #441B6D; }
a { background-color: rgb(68,27,109); }
div.DivClassName
{
background-color: #441B6D;
}
.BgClassName
{
background-color: #441B6D;
}
</style>
border-color css
<style>
span { border-color: #441B6D; }
span { border-color: rgb(68,27,109); }
td.TdClassName
{
border-color: #441B6D;
}
.TagClassName
{
border-color: #441B6D;
}
</style>