Shades of Blue Diamond #421F6F
Tints of Blue Diamond #421F6F
RGB
CMYK
RGB Variations
Color information
#421F6F (or 0x421F6F) is known color: Blue Diamond. HEX triplet: 42, 1F and 6F. RGB value is (66,31,111). Sum of RGB (Red+Green+Blue) = 66+31+111=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #421F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F6F is #BDE090. Grayscale: #323232. Windows color (decimal): -12443793 or 7282498. OLE color: 7282498.
HSL color Cylindrical-coordinate representation of color #421F6F: hue angle of 266.25º degrees, saturation: 0.56, 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 #421F6F is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 31 | 111 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.56 |
| HSL | 266.25º | 0.56% | 0.28% | - |
| HSV(B) | 266.25º | 0.72% | 0.44% | - |
| XYZ | 5.61 | 3.29 | 15.38 | - |
| YUV | 50.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 111 | 0.41 | 0.72 | 0 | 0.56 | 266.25 | 0.56 | 0.28 |
| Hex | 42 | 1F | 6F | 29 | 48 | 0 | 38 | 10A | 38 | 1C |
| Octal | 102 | 37 | 157 | 51 | 110 | 0 | 70 | 412 | 70 | 34 |
| Binary | 1000010 | 11111 | 1101111 | 101001 | 1001000 | 0 | 111000 | 100001010 | 111000 | 11100 |
Color Harmonies of #421F6F
Complementary color
Monochromatic Colors of #421F6F
Black with #421F6F
Text Example
Text Example
White with #421F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F6F; }
p { color: rgb(66,31,111); }
H1.HeaderClassName
{
color: #421F6F;
}
.AnyTagClassName
{
color: #421F6F;
}
</style>
background-color css
<style>
a { background-color: #421F6F; }
a { background-color: rgb(66,31,111); }
div.DivClassName
{
background-color: #421F6F;
}
.BgClassName
{
background-color: #421F6F;
}
</style>
border-color css
<style>
span { border-color: #421F6F; }
span { border-color: rgb(66,31,111); }
td.TdClassName
{
border-color: #421F6F;
}
.TagClassName
{
border-color: #421F6F;
}
</style>