Shades of Blue Diamond #441B72
Tints of Blue Diamond #441B72
RGB
CMYK
RGB Variations
Color information
#441B72 (or 0x441B72) is known color: Blue Diamond. HEX triplet: 44, 1B and 72. RGB value is (68,27,114). Sum of RGB (Red+Green+Blue) = 68+27+114=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #441B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B72 is #BBE48D. Grayscale: #303030. Windows color (decimal): -12313742 or 7478084. OLE color: 7478084.
HSL color Cylindrical-coordinate representation of color #441B72: hue angle of 268.28º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441B72 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 27 | 114 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.55 |
| HSL | 268.28º | 0.62% | 0.28% | - |
| HSV(B) | 268.28º | 0.76% | 0.45% | - |
| XYZ | 5.81 | 3.23 | 16.24 | - |
| YUV | 49.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 114 | 0.40 | 0.76 | 0 | 0.55 | 268.28 | 0.62 | 0.28 |
| Hex | 44 | 1B | 72 | 28 | 4C | 0 | 37 | 10C | 3E | 1C |
| Octal | 104 | 33 | 162 | 50 | 114 | 0 | 67 | 414 | 76 | 34 |
| Binary | 1000100 | 11011 | 1110010 | 101000 | 1001100 | 0 | 110111 | 100001100 | 111110 | 11100 |
Color Harmonies of #441B72
Complementary color
Monochromatic Colors of #441B72
Black with #441B72
Text Example
Text Example
White with #441B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B72; }
p { color: rgb(68,27,114); }
H1.HeaderClassName
{
color: #441B72;
}
.AnyTagClassName
{
color: #441B72;
}
</style>
background-color css
<style>
a { background-color: #441B72; }
a { background-color: rgb(68,27,114); }
div.DivClassName
{
background-color: #441B72;
}
.BgClassName
{
background-color: #441B72;
}
</style>
border-color css
<style>
span { border-color: #441B72; }
span { border-color: rgb(68,27,114); }
td.TdClassName
{
border-color: #441B72;
}
.TagClassName
{
border-color: #441B72;
}
</style>