Shades of Kingfisher Daisy #52248D
Tints of Kingfisher Daisy #52248D
RGB
CMYK
RGB Variations
Color information
#52248D (or 0x52248D) is known color: Kingfisher Daisy. HEX triplet: 52, 24 and 8D. RGB value is (82,36,141). Sum of RGB (Red+Green+Blue) = 82+36+141=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #52248D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52248D is #ADDB72. Grayscale: #3D3D3D. Windows color (decimal): -11393907 or 9249874. OLE color: 9249874.
HSL color Cylindrical-coordinate representation of color #52248D: hue angle of 266.29º degrees, saturation: 0.59, 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 #52248D is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 36 | 141 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.45 |
| HSL | 266.29º | 0.59% | 0.35% | - |
| HSV(B) | 266.29º | 0.74% | 0.55% | - |
| XYZ | 8.92 | 4.98 | 25.69 | - |
| YUV | 61.72 | 172.74 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 141 | 0.42 | 0.74 | 0 | 0.45 | 266.29 | 0.59 | 0.35 |
| Hex | 52 | 24 | 8D | 2A | 4A | 0 | 2D | 10A | 3B | 23 |
| Octal | 122 | 44 | 215 | 52 | 112 | 0 | 55 | 412 | 73 | 43 |
| Binary | 1010010 | 100100 | 10001101 | 101010 | 1001010 | 0 | 101101 | 100001010 | 111011 | 100011 |
Color Harmonies of #52248D
Complementary color
Monochromatic Colors of #52248D
Black with #52248D
Text Example
Text Example
White with #52248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52248D; }
p { color: rgb(82,36,141); }
H1.HeaderClassName
{
color: #52248D;
}
.AnyTagClassName
{
color: #52248D;
}
</style>
background-color css
<style>
a { background-color: #52248D; }
a { background-color: rgb(82,36,141); }
div.DivClassName
{
background-color: #52248D;
}
.BgClassName
{
background-color: #52248D;
}
</style>
border-color css
<style>
span { border-color: #52248D; }
span { border-color: rgb(82,36,141); }
td.TdClassName
{
border-color: #52248D;
}
.TagClassName
{
border-color: #52248D;
}
</style>