Shades of Blue Diamond #501C82
Tints of Blue Diamond #501C82
RGB
CMYK
RGB Variations
Color information
#501C82 (or 0x501C82) is known color: Blue Diamond. HEX triplet: 50, 1C and 82. RGB value is (80,28,130). Sum of RGB (Red+Green+Blue) = 80+28+130=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #501C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501C82 is #AFE37D. Grayscale: #363636. Windows color (decimal): -11527038 or 8526928. OLE color: 8526928.
HSL color Cylindrical-coordinate representation of color #501C82: hue angle of 270.59º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501C82 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 28 | 130 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.49 |
| HSL | 270.59º | 0.65% | 0.31% | - |
| HSV(B) | 270.59º | 0.78% | 0.51% | - |
| XYZ | 7.75 | 4.15 | 21.51 | - |
| YUV | 55.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 130 | 0.38 | 0.78 | 0 | 0.49 | 270.59 | 0.65 | 0.31 |
| Hex | 50 | 1C | 82 | 26 | 4E | 0 | 31 | 10F | 41 | 1F |
| Octal | 120 | 34 | 202 | 46 | 116 | 0 | 61 | 417 | 101 | 37 |
| Binary | 1010000 | 11100 | 10000010 | 100110 | 1001110 | 0 | 110001 | 100001111 | 1000001 | 11111 |
Color Harmonies of #501C82
Complementary color
Monochromatic Colors of #501C82
Black with #501C82
Text Example
Text Example
White with #501C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C82; }
p { color: rgb(80,28,130); }
H1.HeaderClassName
{
color: #501C82;
}
.AnyTagClassName
{
color: #501C82;
}
</style>
background-color css
<style>
a { background-color: #501C82; }
a { background-color: rgb(80,28,130); }
div.DivClassName
{
background-color: #501C82;
}
.BgClassName
{
background-color: #501C82;
}
</style>
border-color css
<style>
span { border-color: #501C82; }
span { border-color: rgb(80,28,130); }
td.TdClassName
{
border-color: #501C82;
}
.TagClassName
{
border-color: #501C82;
}
</style>