Shades of Kingfisher Daisy #51218D
Tints of Kingfisher Daisy #51218D
RGB
CMYK
RGB Variations
Color information
#51218D (or 0x51218D) is known color: Kingfisher Daisy. HEX triplet: 51, 21 and 8D. RGB value is (81,33,141). Sum of RGB (Red+Green+Blue) = 81+33+141=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #51218D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51218D is #AEDE72. Grayscale: #3B3B3B. Windows color (decimal): -11460211 or 9249105. OLE color: 9249105.
HSL color Cylindrical-coordinate representation of color #51218D: hue angle of 266.67º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51218D is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 33 | 141 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.45 |
| HSL | 266.67º | 0.62% | 0.34% | - |
| HSV(B) | 266.67º | 0.77% | 0.55% | - |
| XYZ | 8.74 | 4.76 | 25.66 | - |
| YUV | 59.66 | 173.9 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 141 | 0.43 | 0.77 | 0 | 0.45 | 266.67 | 0.62 | 0.34 |
| Hex | 51 | 21 | 8D | 2B | 4D | 0 | 2D | 10B | 3E | 22 |
| Octal | 121 | 41 | 215 | 53 | 115 | 0 | 55 | 413 | 76 | 42 |
| Binary | 1010001 | 100001 | 10001101 | 101011 | 1001101 | 0 | 101101 | 100001011 | 111110 | 100010 |
Color Harmonies of #51218D
Complementary color
Monochromatic Colors of #51218D
Black with #51218D
Text Example
Text Example
White with #51218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51218D; }
p { color: rgb(81,33,141); }
H1.HeaderClassName
{
color: #51218D;
}
.AnyTagClassName
{
color: #51218D;
}
</style>
background-color css
<style>
a { background-color: #51218D; }
a { background-color: rgb(81,33,141); }
div.DivClassName
{
background-color: #51218D;
}
.BgClassName
{
background-color: #51218D;
}
</style>
border-color css
<style>
span { border-color: #51218D; }
span { border-color: rgb(81,33,141); }
td.TdClassName
{
border-color: #51218D;
}
.TagClassName
{
border-color: #51218D;
}
</style>