Shades of Blue Diamond #441775
Tints of Blue Diamond #441775
RGB
CMYK
RGB Variations
Color information
#441775 (or 0x441775) is known color: Blue Diamond. HEX triplet: 44, 17 and 75. RGB value is (68,23,117). Sum of RGB (Red+Green+Blue) = 68+23+117=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #441775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441775 is #BBE88A. Grayscale: #2E2E2E. Windows color (decimal): -12314763 or 7673668. OLE color: 7673668.
HSL color Cylindrical-coordinate representation of color #441775: hue angle of 268.72º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441775 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 23 | 117 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.54 |
| HSL | 268.72º | 0.67% | 0.27% | - |
| HSV(B) | 268.72º | 0.8% | 0.46% | - |
| XYZ | 5.9 | 3.13 | 17.12 | - |
| YUV | 47.17 | 167.41 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 117 | 0.42 | 0.80 | 0 | 0.54 | 268.72 | 0.67 | 0.27 |
| Hex | 44 | 17 | 75 | 2A | 50 | 0 | 36 | 10D | 43 | 1B |
| Octal | 104 | 27 | 165 | 52 | 120 | 0 | 66 | 415 | 103 | 33 |
| Binary | 1000100 | 10111 | 1110101 | 101010 | 1010000 | 0 | 110110 | 100001101 | 1000011 | 11011 |
Color Harmonies of #441775
Complementary color
Monochromatic Colors of #441775
Black with #441775
Text Example
Text Example
White with #441775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441775; }
p { color: rgb(68,23,117); }
H1.HeaderClassName
{
color: #441775;
}
.AnyTagClassName
{
color: #441775;
}
</style>
background-color css
<style>
a { background-color: #441775; }
a { background-color: rgb(68,23,117); }
div.DivClassName
{
background-color: #441775;
}
.BgClassName
{
background-color: #441775;
}
</style>
border-color css
<style>
span { border-color: #441775; }
span { border-color: rgb(68,23,117); }
td.TdClassName
{
border-color: #441775;
}
.TagClassName
{
border-color: #441775;
}
</style>