Shades of Kingfisher Daisy #58287F
Tints of Kingfisher Daisy #58287F
RGB
CMYK
RGB Variations
Color information
#58287F (or 0x58287F) is known color: Kingfisher Daisy. HEX triplet: 58, 28 and 7F. RGB value is (88,40,127). Sum of RGB (Red+Green+Blue) = 88+40+127=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #58287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58287F is #A7D780. Grayscale: #3F3F3F. Windows color (decimal): -10999681 or 8333400. OLE color: 8333400.
HSL color Cylindrical-coordinate representation of color #58287F: hue angle of 273.1º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58287F is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 40 | 127 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.50 |
| HSL | 273.1º | 0.52% | 0.33% | - |
| HSV(B) | 273.1º | 0.69% | 0.5% | - |
| XYZ | 8.61 | 5.12 | 20.61 | - |
| YUV | 64.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 127 | 0.31 | 0.69 | 0 | 0.50 | 273.1 | 0.52 | 0.33 |
| Hex | 58 | 28 | 7F | 1F | 45 | 0 | 32 | 111 | 34 | 21 |
| Octal | 130 | 50 | 177 | 37 | 105 | 0 | 62 | 421 | 64 | 41 |
| Binary | 1011000 | 101000 | 1111111 | 11111 | 1000101 | 0 | 110010 | 100010001 | 110100 | 100001 |
Color Harmonies of #58287F
Complementary color
Monochromatic Colors of #58287F
Black with #58287F
Text Example
Text Example
White with #58287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58287F; }
p { color: rgb(88,40,127); }
H1.HeaderClassName
{
color: #58287F;
}
.AnyTagClassName
{
color: #58287F;
}
</style>
background-color css
<style>
a { background-color: #58287F; }
a { background-color: rgb(88,40,127); }
div.DivClassName
{
background-color: #58287F;
}
.BgClassName
{
background-color: #58287F;
}
</style>
border-color css
<style>
span { border-color: #58287F; }
span { border-color: rgb(88,40,127); }
td.TdClassName
{
border-color: #58287F;
}
.TagClassName
{
border-color: #58287F;
}
</style>