Shades of Blue Diamond #421C70
Tints of Blue Diamond #421C70
RGB
CMYK
RGB Variations
Color information
#421C70 (or 0x421C70) is known color: Blue Diamond. HEX triplet: 42, 1C and 70. RGB value is (66,28,112). Sum of RGB (Red+Green+Blue) = 66+28+112=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #421C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C70 is #BDE38F. Grayscale: #303030. Windows color (decimal): -12444560 or 7347266. OLE color: 7347266.
HSL color Cylindrical-coordinate representation of color #421C70: hue angle of 267.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421C70 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 28 | 112 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.56 |
| HSL | 267.14º | 0.6% | 0.27% | - |
| HSV(B) | 267.14º | 0.75% | 0.44% | - |
| XYZ | 5.59 | 3.16 | 15.64 | - |
| YUV | 48.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 112 | 0.41 | 0.75 | 0 | 0.56 | 267.14 | 0.6 | 0.27 |
| Hex | 42 | 1C | 70 | 29 | 4B | 0 | 38 | 10B | 3C | 1B |
| Octal | 102 | 34 | 160 | 51 | 113 | 0 | 70 | 413 | 74 | 33 |
| Binary | 1000010 | 11100 | 1110000 | 101001 | 1001011 | 0 | 111000 | 100001011 | 111100 | 11011 |
Color Harmonies of #421C70
Complementary color
Monochromatic Colors of #421C70
Black with #421C70
Text Example
Text Example
White with #421C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C70; }
p { color: rgb(66,28,112); }
H1.HeaderClassName
{
color: #421C70;
}
.AnyTagClassName
{
color: #421C70;
}
</style>
background-color css
<style>
a { background-color: #421C70; }
a { background-color: rgb(66,28,112); }
div.DivClassName
{
background-color: #421C70;
}
.BgClassName
{
background-color: #421C70;
}
</style>
border-color css
<style>
span { border-color: #421C70; }
span { border-color: rgb(66,28,112); }
td.TdClassName
{
border-color: #421C70;
}
.TagClassName
{
border-color: #421C70;
}
</style>