Shades of Kingfisher Daisy #52258D
Tints of Kingfisher Daisy #52258D
RGB
CMYK
RGB Variations
Color information
#52258D (or 0x52258D) is known color: Kingfisher Daisy. HEX triplet: 52, 25 and 8D. RGB value is (82,37,141). Sum of RGB (Red+Green+Blue) = 82+37+141=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #52258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52258D is #ADDA72. Grayscale: #3D3D3D. Windows color (decimal): -11393651 or 9250130. OLE color: 9250130.
HSL color Cylindrical-coordinate representation of color #52258D: hue angle of 265.96º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52258D is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 37 | 141 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.45 |
| HSL | 265.96º | 0.58% | 0.35% | - |
| HSV(B) | 265.96º | 0.74% | 0.55% | - |
| XYZ | 8.95 | 5.04 | 25.7 | - |
| YUV | 62.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 141 | 0.42 | 0.74 | 0 | 0.45 | 265.96 | 0.58 | 0.35 |
| Hex | 52 | 25 | 8D | 2A | 4A | 0 | 2D | 10A | 3A | 23 |
| Octal | 122 | 45 | 215 | 52 | 112 | 0 | 55 | 412 | 72 | 43 |
| Binary | 1010010 | 100101 | 10001101 | 101010 | 1001010 | 0 | 101101 | 100001010 | 111010 | 100011 |
Color Harmonies of #52258D
Complementary color
Monochromatic Colors of #52258D
Black with #52258D
Text Example
Text Example
White with #52258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52258D; }
p { color: rgb(82,37,141); }
H1.HeaderClassName
{
color: #52258D;
}
.AnyTagClassName
{
color: #52258D;
}
</style>
background-color css
<style>
a { background-color: #52258D; }
a { background-color: rgb(82,37,141); }
div.DivClassName
{
background-color: #52258D;
}
.BgClassName
{
background-color: #52258D;
}
</style>
border-color css
<style>
span { border-color: #52258D; }
span { border-color: rgb(82,37,141); }
td.TdClassName
{
border-color: #52258D;
}
.TagClassName
{
border-color: #52258D;
}
</style>