Shades of Kingfisher Daisy #58298B
Tints of Kingfisher Daisy #58298B
RGB
CMYK
RGB Variations
Color information
#58298B (or 0x58298B) is known color: Kingfisher Daisy. HEX triplet: 58, 29 and 8B. RGB value is (88,41,139). Sum of RGB (Red+Green+Blue) = 88+41+139=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #58298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58298B is #A7D674. Grayscale: #414141. Windows color (decimal): -10999413 or 9120088. OLE color: 9120088.
HSL color Cylindrical-coordinate representation of color #58298B: hue angle of 268.78º degrees, saturation: 0.54, 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 #58298B is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 41 | 139 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.45 |
| HSL | 268.78º | 0.54% | 0.35% | - |
| HSV(B) | 268.78º | 0.71% | 0.55% | - |
| XYZ | 9.48 | 5.52 | 24.99 | - |
| YUV | 66.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 139 | 0.37 | 0.71 | 0 | 0.45 | 268.78 | 0.54 | 0.35 |
| Hex | 58 | 29 | 8B | 25 | 47 | 0 | 2D | 10D | 36 | 23 |
| Octal | 130 | 51 | 213 | 45 | 107 | 0 | 55 | 415 | 66 | 43 |
| Binary | 1011000 | 101001 | 10001011 | 100101 | 1000111 | 0 | 101101 | 100001101 | 110110 | 100011 |
Color Harmonies of #58298B
Complementary color
Monochromatic Colors of #58298B
Black with #58298B
Text Example
Text Example
White with #58298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58298B; }
p { color: rgb(88,41,139); }
H1.HeaderClassName
{
color: #58298B;
}
.AnyTagClassName
{
color: #58298B;
}
</style>
background-color css
<style>
a { background-color: #58298B; }
a { background-color: rgb(88,41,139); }
div.DivClassName
{
background-color: #58298B;
}
.BgClassName
{
background-color: #58298B;
}
</style>
border-color css
<style>
span { border-color: #58298B; }
span { border-color: rgb(88,41,139); }
td.TdClassName
{
border-color: #58298B;
}
.TagClassName
{
border-color: #58298B;
}
</style>