Shades of Kingfisher Daisy #52248E
Tints of Kingfisher Daisy #52248E
RGB
CMYK
RGB Variations
Color information
#52248E (or 0x52248E) is known color: Kingfisher Daisy. HEX triplet: 52, 24 and 8E. RGB value is (82,36,142). Sum of RGB (Red+Green+Blue) = 82+36+142=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #52248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52248E is #ADDB71. Grayscale: #3D3D3D. Windows color (decimal): -11393906 or 9315410. OLE color: 9315410.
HSL color Cylindrical-coordinate representation of color #52248E: hue angle of 266.04º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52248E is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 36 | 142 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.44 |
| HSL | 266.04º | 0.6% | 0.35% | - |
| HSV(B) | 266.04º | 0.75% | 0.56% | - |
| XYZ | 8.99 | 5.01 | 26.08 | - |
| YUV | 61.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 142 | 0.42 | 0.75 | 0 | 0.44 | 266.04 | 0.6 | 0.35 |
| Hex | 52 | 24 | 8E | 2A | 4B | 0 | 2C | 10A | 3C | 23 |
| Octal | 122 | 44 | 216 | 52 | 113 | 0 | 54 | 412 | 74 | 43 |
| Binary | 1010010 | 100100 | 10001110 | 101010 | 1001011 | 0 | 101100 | 100001010 | 111100 | 100011 |
Color Harmonies of #52248E
Complementary color
Monochromatic Colors of #52248E
Black with #52248E
Text Example
Text Example
White with #52248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52248E; }
p { color: rgb(82,36,142); }
H1.HeaderClassName
{
color: #52248E;
}
.AnyTagClassName
{
color: #52248E;
}
</style>
background-color css
<style>
a { background-color: #52248E; }
a { background-color: rgb(82,36,142); }
div.DivClassName
{
background-color: #52248E;
}
.BgClassName
{
background-color: #52248E;
}
</style>
border-color css
<style>
span { border-color: #52248E; }
span { border-color: rgb(82,36,142); }
td.TdClassName
{
border-color: #52248E;
}
.TagClassName
{
border-color: #52248E;
}
</style>