Shades of Kingfisher Daisy #501C99
Tints of Kingfisher Daisy #501C99
RGB
CMYK
RGB Variations
Color information
#501C99 (or 0x501C99) is known color: Kingfisher Daisy. HEX triplet: 50, 1C and 99. RGB value is (80,28,153). Sum of RGB (Red+Green+Blue) = 80+28+153=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #501C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501C99 is #AFE366. Grayscale: #393939. Windows color (decimal): -11527015 or 10034256. OLE color: 10034256.
HSL color Cylindrical-coordinate representation of color #501C99: hue angle of 264.96º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501C99 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 28 | 153 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.4 |
| HSL | 264.96º | 0.69% | 0.35% | - |
| HSV(B) | 264.96º | 0.82% | 0.6% | - |
| XYZ | 9.47 | 4.84 | 30.57 | - |
| YUV | 57.8 | 181.73 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 153 | 0.48 | 0.82 | 0 | 0.4 | 264.96 | 0.69 | 0.35 |
| Hex | 50 | 1C | 99 | 30 | 52 | 0 | 28 | 109 | 45 | 23 |
| Octal | 120 | 34 | 231 | 60 | 122 | 0 | 50 | 411 | 105 | 43 |
| Binary | 1010000 | 11100 | 10011001 | 110000 | 1010010 | 0 | 101000 | 100001001 | 1000101 | 100011 |
Color Harmonies of #501C99
Complementary color
Monochromatic Colors of #501C99
Black with #501C99
Text Example
Text Example
White with #501C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C99; }
p { color: rgb(80,28,153); }
H1.HeaderClassName
{
color: #501C99;
}
.AnyTagClassName
{
color: #501C99;
}
</style>
background-color css
<style>
a { background-color: #501C99; }
a { background-color: rgb(80,28,153); }
div.DivClassName
{
background-color: #501C99;
}
.BgClassName
{
background-color: #501C99;
}
</style>
border-color css
<style>
span { border-color: #501C99; }
span { border-color: rgb(80,28,153); }
td.TdClassName
{
border-color: #501C99;
}
.TagClassName
{
border-color: #501C99;
}
</style>