Shades of Kingfisher Daisy #501C8A
Tints of Kingfisher Daisy #501C8A
RGB
CMYK
RGB Variations
Color information
#501C8A (or 0x501C8A) is known color: Kingfisher Daisy. HEX triplet: 50, 1C and 8A. RGB value is (80,28,138). Sum of RGB (Red+Green+Blue) = 80+28+138=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #501C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501C8A is #AFE375. Grayscale: #373737. Windows color (decimal): -11527030 or 9051216. OLE color: 9051216.
HSL color Cylindrical-coordinate representation of color #501C8A: hue angle of 268.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501C8A is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 28 | 138 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.46 |
| HSL | 268.36º | 0.66% | 0.33% | - |
| HSV(B) | 268.36º | 0.8% | 0.54% | - |
| XYZ | 8.31 | 4.37 | 24.45 | - |
| YUV | 56.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 138 | 0.42 | 0.80 | 0 | 0.46 | 268.36 | 0.66 | 0.33 |
| Hex | 50 | 1C | 8A | 2A | 50 | 0 | 2E | 10C | 42 | 21 |
| Octal | 120 | 34 | 212 | 52 | 120 | 0 | 56 | 414 | 102 | 41 |
| Binary | 1010000 | 11100 | 10001010 | 101010 | 1010000 | 0 | 101110 | 100001100 | 1000010 | 100001 |
Color Harmonies of #501C8A
Complementary color
Monochromatic Colors of #501C8A
Black with #501C8A
Text Example
Text Example
White with #501C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C8A; }
p { color: rgb(80,28,138); }
H1.HeaderClassName
{
color: #501C8A;
}
.AnyTagClassName
{
color: #501C8A;
}
</style>
background-color css
<style>
a { background-color: #501C8A; }
a { background-color: rgb(80,28,138); }
div.DivClassName
{
background-color: #501C8A;
}
.BgClassName
{
background-color: #501C8A;
}
</style>
border-color css
<style>
span { border-color: #501C8A; }
span { border-color: rgb(80,28,138); }
td.TdClassName
{
border-color: #501C8A;
}
.TagClassName
{
border-color: #501C8A;
}
</style>