Shades of Kingfisher Daisy #58238C
Tints of Kingfisher Daisy #58238C
RGB
CMYK
RGB Variations
Color information
#58238C (or 0x58238C) is known color: Kingfisher Daisy. HEX triplet: 58, 23 and 8C. RGB value is (88,35,140). Sum of RGB (Red+Green+Blue) = 88+35+140=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #58238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58238C is #A7DC73. Grayscale: #3E3E3E. Windows color (decimal): -11000948 or 9184088. OLE color: 9184088.
HSL color Cylindrical-coordinate representation of color #58238C: hue angle of 270.29º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58238C is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 35 | 140 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.45 |
| HSL | 270.29º | 0.6% | 0.34% | - |
| HSV(B) | 270.29º | 0.75% | 0.55% | - |
| XYZ | 9.36 | 5.17 | 25.32 | - |
| YUV | 62.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 35 | 140 | 0.37 | 0.75 | 0 | 0.45 | 270.29 | 0.6 | 0.34 |
| Hex | 58 | 23 | 8C | 25 | 4B | 0 | 2D | 10E | 3C | 22 |
| Octal | 130 | 43 | 214 | 45 | 113 | 0 | 55 | 416 | 74 | 42 |
| Binary | 1011000 | 100011 | 10001100 | 100101 | 1001011 | 0 | 101101 | 100001110 | 111100 | 100010 |
Color Harmonies of #58238C
Complementary color
Monochromatic Colors of #58238C
Black with #58238C
Text Example
Text Example
White with #58238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58238C; }
p { color: rgb(88,35,140); }
H1.HeaderClassName
{
color: #58238C;
}
.AnyTagClassName
{
color: #58238C;
}
</style>
background-color css
<style>
a { background-color: #58238C; }
a { background-color: rgb(88,35,140); }
div.DivClassName
{
background-color: #58238C;
}
.BgClassName
{
background-color: #58238C;
}
</style>
border-color css
<style>
span { border-color: #58238C; }
span { border-color: rgb(88,35,140); }
td.TdClassName
{
border-color: #58238C;
}
.TagClassName
{
border-color: #58238C;
}
</style>