Shades of Blue Diamond #442271
Tints of Blue Diamond #442271
RGB
CMYK
RGB Variations
Color information
#442271 (or 0x442271) is known color: Blue Diamond. HEX triplet: 44, 22 and 71. RGB value is (68,34,113). Sum of RGB (Red+Green+Blue) = 68+34+113=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #442271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442271 is #BBDD8E. Grayscale: #343434. Windows color (decimal): -12311951 or 7414340. OLE color: 7414340.
HSL color Cylindrical-coordinate representation of color #442271: hue angle of 265.82º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #442271 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 34 | 113 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.56 |
| HSL | 265.82º | 0.54% | 0.29% | - |
| HSV(B) | 265.82º | 0.7% | 0.44% | - |
| XYZ | 5.94 | 3.57 | 16 | - |
| YUV | 53.17 | 161.76 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 34 | 113 | 0.40 | 0.70 | 0 | 0.56 | 265.82 | 0.54 | 0.29 |
| Hex | 44 | 22 | 71 | 28 | 46 | 0 | 38 | 10A | 36 | 1D |
| Octal | 104 | 42 | 161 | 50 | 106 | 0 | 70 | 412 | 66 | 35 |
| Binary | 1000100 | 100010 | 1110001 | 101000 | 1000110 | 0 | 111000 | 100001010 | 110110 | 11101 |
Color Harmonies of #442271
Complementary color
Monochromatic Colors of #442271
Black with #442271
Text Example
Text Example
White with #442271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442271; }
p { color: rgb(68,34,113); }
H1.HeaderClassName
{
color: #442271;
}
.AnyTagClassName
{
color: #442271;
}
</style>
background-color css
<style>
a { background-color: #442271; }
a { background-color: rgb(68,34,113); }
div.DivClassName
{
background-color: #442271;
}
.BgClassName
{
background-color: #442271;
}
</style>
border-color css
<style>
span { border-color: #442271; }
span { border-color: rgb(68,34,113); }
td.TdClassName
{
border-color: #442271;
}
.TagClassName
{
border-color: #442271;
}
</style>