Shades of Blue Diamond #42216E
Tints of Blue Diamond #42216E
RGB
CMYK
RGB Variations
Color information
#42216E (or 0x42216E) is known color: Blue Diamond. HEX triplet: 42, 21 and 6E. RGB value is (66,33,110). Sum of RGB (Red+Green+Blue) = 66+33+110=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #42216E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42216E is #BDDE91. Grayscale: #333333. Windows color (decimal): -12443282 or 7217474. OLE color: 7217474.
HSL color Cylindrical-coordinate representation of color #42216E: hue angle of 265.71º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42216E is Cyan = 0.4, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 33 | 110 | - |
| CMYK | 0.4 | 0.7 | 0 | 0.57 |
| HSL | 265.71º | 0.54% | 0.28% | - |
| HSV(B) | 265.71º | 0.7% | 0.43% | - |
| XYZ | 5.61 | 3.37 | 15.11 | - |
| YUV | 51.65 | 160.93 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 110 | 0.4 | 0.7 | 0 | 0.57 | 265.71 | 0.54 | 0.28 |
| Hex | 42 | 21 | 6E | 28 | 46 | 0 | 39 | 10A | 36 | 1C |
| Octal | 102 | 41 | 156 | 50 | 106 | 0 | 71 | 412 | 66 | 34 |
| Binary | 1000010 | 100001 | 1101110 | 101000 | 1000110 | 0 | 111001 | 100001010 | 110110 | 11100 |
Color Harmonies of #42216E
Complementary color
Monochromatic Colors of #42216E
Black with #42216E
Text Example
Text Example
White with #42216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42216E; }
p { color: rgb(66,33,110); }
H1.HeaderClassName
{
color: #42216E;
}
.AnyTagClassName
{
color: #42216E;
}
</style>
background-color css
<style>
a { background-color: #42216E; }
a { background-color: rgb(66,33,110); }
div.DivClassName
{
background-color: #42216E;
}
.BgClassName
{
background-color: #42216E;
}
</style>
border-color css
<style>
span { border-color: #42216E; }
span { border-color: rgb(66,33,110); }
td.TdClassName
{
border-color: #42216E;
}
.TagClassName
{
border-color: #42216E;
}
</style>