Shades of Kingfisher Daisy #52238D
Tints of Kingfisher Daisy #52238D
RGB
CMYK
RGB Variations
Color information
#52238D (or 0x52238D) is known color: Kingfisher Daisy. HEX triplet: 52, 23 and 8D. RGB value is (82,35,141). Sum of RGB (Red+Green+Blue) = 82+35+141=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #52238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52238D is #ADDC72. Grayscale: #3C3C3C. Windows color (decimal): -11394163 or 9249618. OLE color: 9249618.
HSL color Cylindrical-coordinate representation of color #52238D: hue angle of 266.6º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52238D is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 35 | 141 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.45 |
| HSL | 266.6º | 0.6% | 0.35% | - |
| HSV(B) | 266.6º | 0.75% | 0.55% | - |
| XYZ | 8.89 | 4.92 | 25.68 | - |
| YUV | 61.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 35 | 141 | 0.42 | 0.75 | 0 | 0.45 | 266.6 | 0.6 | 0.35 |
| Hex | 52 | 23 | 8D | 2A | 4B | 0 | 2D | 10B | 3C | 23 |
| Octal | 122 | 43 | 215 | 52 | 113 | 0 | 55 | 413 | 74 | 43 |
| Binary | 1010010 | 100011 | 10001101 | 101010 | 1001011 | 0 | 101101 | 100001011 | 111100 | 100011 |
Color Harmonies of #52238D
Complementary color
Monochromatic Colors of #52238D
Black with #52238D
Text Example
Text Example
White with #52238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52238D; }
p { color: rgb(82,35,141); }
H1.HeaderClassName
{
color: #52238D;
}
.AnyTagClassName
{
color: #52238D;
}
</style>
background-color css
<style>
a { background-color: #52238D; }
a { background-color: rgb(82,35,141); }
div.DivClassName
{
background-color: #52238D;
}
.BgClassName
{
background-color: #52238D;
}
</style>
border-color css
<style>
span { border-color: #52238D; }
span { border-color: rgb(82,35,141); }
td.TdClassName
{
border-color: #52238D;
}
.TagClassName
{
border-color: #52238D;
}
</style>