Shades of Kingfisher Daisy #501F88
Tints of Kingfisher Daisy #501F88
RGB
CMYK
RGB Variations
Color information
#501F88 (or 0x501F88) is known color: Kingfisher Daisy. HEX triplet: 50, 1F and 88. RGB value is (80,31,136). Sum of RGB (Red+Green+Blue) = 80+31+136=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #501F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501F88 is #AFE077. Grayscale: #393939. Windows color (decimal): -11526264 or 8920912. OLE color: 8920912.
HSL color Cylindrical-coordinate representation of color #501F88: hue angle of 268º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501F88 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 31 | 136 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.47 |
| HSL | 268º | 0.63% | 0.33% | - |
| HSV(B) | 268º | 0.77% | 0.53% | - |
| XYZ | 8.24 | 4.46 | 23.72 | - |
| YUV | 57.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 136 | 0.41 | 0.77 | 0 | 0.47 | 268 | 0.63 | 0.33 |
| Hex | 50 | 1F | 88 | 29 | 4D | 0 | 2F | 10C | 3F | 21 |
| Octal | 120 | 37 | 210 | 51 | 115 | 0 | 57 | 414 | 77 | 41 |
| Binary | 1010000 | 11111 | 10001000 | 101001 | 1001101 | 0 | 101111 | 100001100 | 111111 | 100001 |
Color Harmonies of #501F88
Complementary color
Monochromatic Colors of #501F88
Black with #501F88
Text Example
Text Example
White with #501F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F88; }
p { color: rgb(80,31,136); }
H1.HeaderClassName
{
color: #501F88;
}
.AnyTagClassName
{
color: #501F88;
}
</style>
background-color css
<style>
a { background-color: #501F88; }
a { background-color: rgb(80,31,136); }
div.DivClassName
{
background-color: #501F88;
}
.BgClassName
{
background-color: #501F88;
}
</style>
border-color css
<style>
span { border-color: #501F88; }
span { border-color: rgb(80,31,136); }
td.TdClassName
{
border-color: #501F88;
}
.TagClassName
{
border-color: #501F88;
}
</style>