Shades of Kingfisher Daisy #52238C
Tints of Kingfisher Daisy #52238C
RGB
CMYK
RGB Variations
Color information
#52238C (or 0x52238C) is known color: Kingfisher Daisy. HEX triplet: 52, 23 and 8C. RGB value is (82,35,140). Sum of RGB (Red+Green+Blue) = 82+35+140=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #52238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52238C is #ADDC73. Grayscale: #3C3C3C. Windows color (decimal): -11394164 or 9184082. OLE color: 9184082.
HSL color Cylindrical-coordinate representation of color #52238C: hue angle of 266.86º 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 #52238C is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 35 | 140 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.45 |
| HSL | 266.86º | 0.6% | 0.34% | - |
| HSV(B) | 266.86º | 0.75% | 0.55% | - |
| XYZ | 8.81 | 4.89 | 25.29 | - |
| YUV | 61.02 | 172.57 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 35 | 140 | 0.41 | 0.75 | 0 | 0.45 | 266.86 | 0.6 | 0.34 |
| Hex | 52 | 23 | 8C | 29 | 4B | 0 | 2D | 10B | 3C | 22 |
| Octal | 122 | 43 | 214 | 51 | 113 | 0 | 55 | 413 | 74 | 42 |
| Binary | 1010010 | 100011 | 10001100 | 101001 | 1001011 | 0 | 101101 | 100001011 | 111100 | 100010 |
Color Harmonies of #52238C
Complementary color
Monochromatic Colors of #52238C
Black with #52238C
Text Example
Text Example
White with #52238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52238C; }
p { color: rgb(82,35,140); }
H1.HeaderClassName
{
color: #52238C;
}
.AnyTagClassName
{
color: #52238C;
}
</style>
background-color css
<style>
a { background-color: #52238C; }
a { background-color: rgb(82,35,140); }
div.DivClassName
{
background-color: #52238C;
}
.BgClassName
{
background-color: #52238C;
}
</style>
border-color css
<style>
span { border-color: #52238C; }
span { border-color: rgb(82,35,140); }
td.TdClassName
{
border-color: #52238C;
}
.TagClassName
{
border-color: #52238C;
}
</style>