Shades of Blue Diamond #421A70
Tints of Blue Diamond #421A70
RGB
CMYK
RGB Variations
Color information
#421A70 (or 0x421A70) is known color: Blue Diamond. HEX triplet: 42, 1A and 70. RGB value is (66,26,112). Sum of RGB (Red+Green+Blue) = 66+26+112=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #421A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A70 is #BDE58F. Grayscale: #2F2F2F. Windows color (decimal): -12445072 or 7346754. OLE color: 7346754.
HSL color Cylindrical-coordinate representation of color #421A70: hue angle of 267.91º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421A70 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 26 | 112 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.56 |
| HSL | 267.91º | 0.62% | 0.27% | - |
| HSV(B) | 267.91º | 0.77% | 0.44% | - |
| XYZ | 5.54 | 3.07 | 15.63 | - |
| YUV | 47.76 | 164.25 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 112 | 0.41 | 0.77 | 0 | 0.56 | 267.91 | 0.62 | 0.27 |
| Hex | 42 | 1A | 70 | 29 | 4D | 0 | 38 | 10C | 3E | 1B |
| Octal | 102 | 32 | 160 | 51 | 115 | 0 | 70 | 414 | 76 | 33 |
| Binary | 1000010 | 11010 | 1110000 | 101001 | 1001101 | 0 | 111000 | 100001100 | 111110 | 11011 |
Color Harmonies of #421A70
Complementary color
Monochromatic Colors of #421A70
Black with #421A70
Text Example
Text Example
White with #421A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A70; }
p { color: rgb(66,26,112); }
H1.HeaderClassName
{
color: #421A70;
}
.AnyTagClassName
{
color: #421A70;
}
</style>
background-color css
<style>
a { background-color: #421A70; }
a { background-color: rgb(66,26,112); }
div.DivClassName
{
background-color: #421A70;
}
.BgClassName
{
background-color: #421A70;
}
</style>
border-color css
<style>
span { border-color: #421A70; }
span { border-color: rgb(66,26,112); }
td.TdClassName
{
border-color: #421A70;
}
.TagClassName
{
border-color: #421A70;
}
</style>