Shades of Kingfisher Daisy #503181
Tints of Kingfisher Daisy #503181
RGB
CMYK
RGB Variations
Color information
#503181 (or 0x503181) is known color: Kingfisher Daisy. HEX triplet: 50, 31 and 81. RGB value is (80,49,129). Sum of RGB (Red+Green+Blue) = 80+49+129=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #503181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503181 is #AFCE7E. Grayscale: #434343. Windows color (decimal): -11521663 or 8466768. OLE color: 8466768.
HSL color Cylindrical-coordinate representation of color #503181: hue angle of 263.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503181 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 49 | 129 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.49 |
| HSL | 263.25º | 0.45% | 0.35% | - |
| HSV(B) | 263.25º | 0.62% | 0.51% | - |
| XYZ | 8.37 | 5.49 | 21.39 | - |
| YUV | 67.39 | 162.77 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 129 | 0.38 | 0.62 | 0 | 0.49 | 263.25 | 0.45 | 0.35 |
| Hex | 50 | 31 | 81 | 26 | 3E | 0 | 31 | 107 | 2D | 23 |
| Octal | 120 | 61 | 201 | 46 | 76 | 0 | 61 | 407 | 55 | 43 |
| Binary | 1010000 | 110001 | 10000001 | 100110 | 111110 | 0 | 110001 | 100000111 | 101101 | 100011 |
Color Harmonies of #503181
Complementary color
Monochromatic Colors of #503181
Black with #503181
Text Example
Text Example
White with #503181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503181; }
p { color: rgb(80,49,129); }
H1.HeaderClassName
{
color: #503181;
}
.AnyTagClassName
{
color: #503181;
}
</style>
background-color css
<style>
a { background-color: #503181; }
a { background-color: rgb(80,49,129); }
div.DivClassName
{
background-color: #503181;
}
.BgClassName
{
background-color: #503181;
}
</style>
border-color css
<style>
span { border-color: #503181; }
span { border-color: rgb(80,49,129); }
td.TdClassName
{
border-color: #503181;
}
.TagClassName
{
border-color: #503181;
}
</style>