Shades of Kingfisher Daisy #57318D
Tints of Kingfisher Daisy #57318D
RGB
CMYK
RGB Variations
Color information
#57318D (or 0x57318D) is known color: Kingfisher Daisy. HEX triplet: 57, 31 and 8D. RGB value is (87,49,141). Sum of RGB (Red+Green+Blue) = 87+49+141=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #57318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57318D is #A8CE72. Grayscale: #464646. Windows color (decimal): -11062899 or 9253207. OLE color: 9253207.
HSL color Cylindrical-coordinate representation of color #57318D: hue angle of 264.78º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57318D is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 49 | 141 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.45 |
| HSL | 264.78º | 0.48% | 0.37% | - |
| HSV(B) | 264.78º | 0.65% | 0.55% | - |
| XYZ | 9.84 | 6.15 | 25.87 | - |
| YUV | 70.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 141 | 0.38 | 0.65 | 0 | 0.45 | 264.78 | 0.48 | 0.37 |
| Hex | 57 | 31 | 8D | 26 | 41 | 0 | 2D | 109 | 30 | 25 |
| Octal | 127 | 61 | 215 | 46 | 101 | 0 | 55 | 411 | 60 | 45 |
| Binary | 1010111 | 110001 | 10001101 | 100110 | 1000001 | 0 | 101101 | 100001001 | 110000 | 100101 |
Color Harmonies of #57318D
Complementary color
Monochromatic Colors of #57318D
Black with #57318D
Text Example
Text Example
White with #57318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57318D; }
p { color: rgb(87,49,141); }
H1.HeaderClassName
{
color: #57318D;
}
.AnyTagClassName
{
color: #57318D;
}
</style>
background-color css
<style>
a { background-color: #57318D; }
a { background-color: rgb(87,49,141); }
div.DivClassName
{
background-color: #57318D;
}
.BgClassName
{
background-color: #57318D;
}
</style>
border-color css
<style>
span { border-color: #57318D; }
span { border-color: rgb(87,49,141); }
td.TdClassName
{
border-color: #57318D;
}
.TagClassName
{
border-color: #57318D;
}
</style>