Shades of Blue Diamond #421F70
Tints of Blue Diamond #421F70
RGB
CMYK
RGB Variations
Color information
#421F70 (or 0x421F70) is known color: Blue Diamond. HEX triplet: 42, 1F and 70. RGB value is (66,31,112). Sum of RGB (Red+Green+Blue) = 66+31+112=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #421F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F70 is #BDE08F. Grayscale: #323232. Windows color (decimal): -12443792 or 7348034. OLE color: 7348034.
HSL color Cylindrical-coordinate representation of color #421F70: hue angle of 265.93º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #421F70 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 31 | 112 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.56 |
| HSL | 265.93º | 0.57% | 0.28% | - |
| HSV(B) | 265.93º | 0.72% | 0.44% | - |
| XYZ | 5.66 | 3.31 | 15.67 | - |
| YUV | 50.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 112 | 0.41 | 0.72 | 0 | 0.56 | 265.93 | 0.57 | 0.28 |
| Hex | 42 | 1F | 70 | 29 | 48 | 0 | 38 | 10A | 39 | 1C |
| Octal | 102 | 37 | 160 | 51 | 110 | 0 | 70 | 412 | 71 | 34 |
| Binary | 1000010 | 11111 | 1110000 | 101001 | 1001000 | 0 | 111000 | 100001010 | 111001 | 11100 |
Color Harmonies of #421F70
Complementary color
Monochromatic Colors of #421F70
Black with #421F70
Text Example
Text Example
White with #421F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F70; }
p { color: rgb(66,31,112); }
H1.HeaderClassName
{
color: #421F70;
}
.AnyTagClassName
{
color: #421F70;
}
</style>
background-color css
<style>
a { background-color: #421F70; }
a { background-color: rgb(66,31,112); }
div.DivClassName
{
background-color: #421F70;
}
.BgClassName
{
background-color: #421F70;
}
</style>
border-color css
<style>
span { border-color: #421F70; }
span { border-color: rgb(66,31,112); }
td.TdClassName
{
border-color: #421F70;
}
.TagClassName
{
border-color: #421F70;
}
</style>