Shades of Kingfisher Daisy #51288C
Tints of Kingfisher Daisy #51288C
RGB
CMYK
RGB Variations
Color information
#51288C (or 0x51288C) is known color: Kingfisher Daisy. HEX triplet: 51, 28 and 8C. RGB value is (81,40,140). Sum of RGB (Red+Green+Blue) = 81+40+140=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #51288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51288C is #AED773. Grayscale: #3F3F3F. Windows color (decimal): -11458420 or 9185361. OLE color: 9185361.
HSL color Cylindrical-coordinate representation of color #51288C: hue angle of 264.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #51288C is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 40 | 140 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.45 |
| HSL | 264.6º | 0.56% | 0.35% | - |
| HSV(B) | 264.6º | 0.71% | 0.55% | - |
| XYZ | 8.89 | 5.16 | 25.34 | - |
| YUV | 63.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 140 | 0.42 | 0.71 | 0 | 0.45 | 264.6 | 0.56 | 0.35 |
| Hex | 51 | 28 | 8C | 2A | 47 | 0 | 2D | 109 | 38 | 23 |
| Octal | 121 | 50 | 214 | 52 | 107 | 0 | 55 | 411 | 70 | 43 |
| Binary | 1010001 | 101000 | 10001100 | 101010 | 1000111 | 0 | 101101 | 100001001 | 111000 | 100011 |
Color Harmonies of #51288C
Complementary color
Monochromatic Colors of #51288C
Black with #51288C
Text Example
Text Example
White with #51288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51288C; }
p { color: rgb(81,40,140); }
H1.HeaderClassName
{
color: #51288C;
}
.AnyTagClassName
{
color: #51288C;
}
</style>
background-color css
<style>
a { background-color: #51288C; }
a { background-color: rgb(81,40,140); }
div.DivClassName
{
background-color: #51288C;
}
.BgClassName
{
background-color: #51288C;
}
</style>
border-color css
<style>
span { border-color: #51288C; }
span { border-color: rgb(81,40,140); }
td.TdClassName
{
border-color: #51288C;
}
.TagClassName
{
border-color: #51288C;
}
</style>