Shades of Kingfisher Daisy #502C8D
Tints of Kingfisher Daisy #502C8D
RGB
CMYK
RGB Variations
Color information
#502C8D (or 0x502C8D) is known color: Kingfisher Daisy. HEX triplet: 50, 2C and 8D. RGB value is (80,44,141). Sum of RGB (Red+Green+Blue) = 80+44+141=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #502C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502C8D is #AFD372. Grayscale: #414141. Windows color (decimal): -11522931 or 9251920. OLE color: 9251920.
HSL color Cylindrical-coordinate representation of color #502C8D: hue angle of 262.27º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502C8D is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 44 | 141 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.45 |
| HSL | 262.27º | 0.52% | 0.36% | - |
| HSV(B) | 262.27º | 0.69% | 0.55% | - |
| XYZ | 9.02 | 5.43 | 25.77 | - |
| YUV | 65.82 | 170.43 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 141 | 0.43 | 0.69 | 0 | 0.45 | 262.27 | 0.52 | 0.36 |
| Hex | 50 | 2C | 8D | 2B | 45 | 0 | 2D | 106 | 34 | 24 |
| Octal | 120 | 54 | 215 | 53 | 105 | 0 | 55 | 406 | 64 | 44 |
| Binary | 1010000 | 101100 | 10001101 | 101011 | 1000101 | 0 | 101101 | 100000110 | 110100 | 100100 |
Color Harmonies of #502C8D
Complementary color
Monochromatic Colors of #502C8D
Black with #502C8D
Text Example
Text Example
White with #502C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C8D; }
p { color: rgb(80,44,141); }
H1.HeaderClassName
{
color: #502C8D;
}
.AnyTagClassName
{
color: #502C8D;
}
</style>
background-color css
<style>
a { background-color: #502C8D; }
a { background-color: rgb(80,44,141); }
div.DivClassName
{
background-color: #502C8D;
}
.BgClassName
{
background-color: #502C8D;
}
</style>
border-color css
<style>
span { border-color: #502C8D; }
span { border-color: rgb(80,44,141); }
td.TdClassName
{
border-color: #502C8D;
}
.TagClassName
{
border-color: #502C8D;
}
</style>