Shades of Blue Diamond #421971
Tints of Blue Diamond #421971
RGB
CMYK
RGB Variations
Color information
#421971 (or 0x421971) is known color: Blue Diamond. HEX triplet: 42, 19 and 71. RGB value is (66,25,113). Sum of RGB (Red+Green+Blue) = 66+25+113=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #421971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421971 is #BDE68E. Grayscale: #2E2E2E. Windows color (decimal): -12445327 or 7412034. OLE color: 7412034.
HSL color Cylindrical-coordinate representation of color #421971: hue angle of 267.95º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421971 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 25 | 113 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.56 |
| HSL | 267.95º | 0.64% | 0.27% | - |
| HSV(B) | 267.95º | 0.78% | 0.44% | - |
| XYZ | 5.58 | 3.05 | 15.92 | - |
| YUV | 47.29 | 165.08 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 113 | 0.42 | 0.78 | 0 | 0.56 | 267.95 | 0.64 | 0.27 |
| Hex | 42 | 19 | 71 | 2A | 4E | 0 | 38 | 10C | 40 | 1B |
| Octal | 102 | 31 | 161 | 52 | 116 | 0 | 70 | 414 | 100 | 33 |
| Binary | 1000010 | 11001 | 1110001 | 101010 | 1001110 | 0 | 111000 | 100001100 | 1000000 | 11011 |
Color Harmonies of #421971
Complementary color
Monochromatic Colors of #421971
Black with #421971
Text Example
Text Example
White with #421971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421971; }
p { color: rgb(66,25,113); }
H1.HeaderClassName
{
color: #421971;
}
.AnyTagClassName
{
color: #421971;
}
</style>
background-color css
<style>
a { background-color: #421971; }
a { background-color: rgb(66,25,113); }
div.DivClassName
{
background-color: #421971;
}
.BgClassName
{
background-color: #421971;
}
</style>
border-color css
<style>
span { border-color: #421971; }
span { border-color: rgb(66,25,113); }
td.TdClassName
{
border-color: #421971;
}
.TagClassName
{
border-color: #421971;
}
</style>