Shades of Blue Diamond #42256D
Tints of Blue Diamond #42256D
RGB
CMYK
RGB Variations
Color information
#42256D (or 0x42256D) is known color: Blue Diamond. HEX triplet: 42, 25 and 6D. RGB value is (66,37,109). Sum of RGB (Red+Green+Blue) = 66+37+109=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #42256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42256D is #BDDA92. Grayscale: #353535. Windows color (decimal): -12442259 or 7152962. OLE color: 7152962.
HSL color Cylindrical-coordinate representation of color #42256D: hue angle of 264.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42256D is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 37 | 109 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.57 |
| HSL | 264.17º | 0.49% | 0.29% | - |
| HSV(B) | 264.17º | 0.66% | 0.43% | - |
| XYZ | 5.67 | 3.59 | 14.86 | - |
| YUV | 53.88 | 159.11 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 109 | 0.39 | 0.66 | 0 | 0.57 | 264.17 | 0.49 | 0.29 |
| Hex | 42 | 25 | 6D | 27 | 42 | 0 | 39 | 108 | 31 | 1D |
| Octal | 102 | 45 | 155 | 47 | 102 | 0 | 71 | 410 | 61 | 35 |
| Binary | 1000010 | 100101 | 1101101 | 100111 | 1000010 | 0 | 111001 | 100001000 | 110001 | 11101 |
Color Harmonies of #42256D
Complementary color
Monochromatic Colors of #42256D
Black with #42256D
Text Example
Text Example
White with #42256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42256D; }
p { color: rgb(66,37,109); }
H1.HeaderClassName
{
color: #42256D;
}
.AnyTagClassName
{
color: #42256D;
}
</style>
background-color css
<style>
a { background-color: #42256D; }
a { background-color: rgb(66,37,109); }
div.DivClassName
{
background-color: #42256D;
}
.BgClassName
{
background-color: #42256D;
}
</style>
border-color css
<style>
span { border-color: #42256D; }
span { border-color: rgb(66,37,109); }
td.TdClassName
{
border-color: #42256D;
}
.TagClassName
{
border-color: #42256D;
}
</style>