Shades of Blue Diamond #502A70
Tints of Blue Diamond #502A70
RGB
CMYK
RGB Variations
Color information
#502A70 (or 0x502A70) is known color: Blue Diamond. HEX triplet: 50, 2A and 70. RGB value is (80,42,112). Sum of RGB (Red+Green+Blue) = 80+42+112=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #502A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A70 is #AFD58F. Grayscale: #3D3D3D. Windows color (decimal): -11523472 or 7350864. OLE color: 7350864.
HSL color Cylindrical-coordinate representation of color #502A70: hue angle of 272.57º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #502A70 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 42 | 112 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.56 |
| HSL | 272.57º | 0.45% | 0.3% | - |
| HSV(B) | 272.57º | 0.63% | 0.44% | - |
| XYZ | 7.06 | 4.53 | 15.83 | - |
| YUV | 61.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 112 | 0.29 | 0.62 | 0 | 0.56 | 272.57 | 0.45 | 0.3 |
| Hex | 50 | 2A | 70 | 1D | 3E | 0 | 38 | 111 | 2D | 1E |
| Octal | 120 | 52 | 160 | 35 | 76 | 0 | 70 | 421 | 55 | 36 |
| Binary | 1010000 | 101010 | 1110000 | 11101 | 111110 | 0 | 111000 | 100010001 | 101101 | 11110 |
Color Harmonies of #502A70
Complementary color
Monochromatic Colors of #502A70
Black with #502A70
Text Example
Text Example
White with #502A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A70; }
p { color: rgb(80,42,112); }
H1.HeaderClassName
{
color: #502A70;
}
.AnyTagClassName
{
color: #502A70;
}
</style>
background-color css
<style>
a { background-color: #502A70; }
a { background-color: rgb(80,42,112); }
div.DivClassName
{
background-color: #502A70;
}
.BgClassName
{
background-color: #502A70;
}
</style>
border-color css
<style>
span { border-color: #502A70; }
span { border-color: rgb(80,42,112); }
td.TdClassName
{
border-color: #502A70;
}
.TagClassName
{
border-color: #502A70;
}
</style>