Shades of Kingfisher Daisy #52288F
Tints of Kingfisher Daisy #52288F
RGB
CMYK
RGB Variations
Color information
#52288F (or 0x52288F) is known color: Kingfisher Daisy. HEX triplet: 52, 28 and 8F. RGB value is (82,40,143). Sum of RGB (Red+Green+Blue) = 82+40+143=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #52288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52288F is #ADD770. Grayscale: #3F3F3F. Windows color (decimal): -11392881 or 9381970. OLE color: 9381970.
HSL color Cylindrical-coordinate representation of color #52288F: hue angle of 264.47º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52288F is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 40 | 143 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.44 |
| HSL | 264.47º | 0.56% | 0.36% | - |
| HSV(B) | 264.47º | 0.72% | 0.56% | - |
| XYZ | 9.2 | 5.29 | 26.52 | - |
| YUV | 64.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 143 | 0.43 | 0.72 | 0 | 0.44 | 264.47 | 0.56 | 0.36 |
| Hex | 52 | 28 | 8F | 2B | 48 | 0 | 2C | 108 | 38 | 24 |
| Octal | 122 | 50 | 217 | 53 | 110 | 0 | 54 | 410 | 70 | 44 |
| Binary | 1010010 | 101000 | 10001111 | 101011 | 1001000 | 0 | 101100 | 100001000 | 111000 | 100100 |
Color Harmonies of #52288F
Complementary color
Monochromatic Colors of #52288F
Black with #52288F
Text Example
Text Example
White with #52288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52288F; }
p { color: rgb(82,40,143); }
H1.HeaderClassName
{
color: #52288F;
}
.AnyTagClassName
{
color: #52288F;
}
</style>
background-color css
<style>
a { background-color: #52288F; }
a { background-color: rgb(82,40,143); }
div.DivClassName
{
background-color: #52288F;
}
.BgClassName
{
background-color: #52288F;
}
</style>
border-color css
<style>
span { border-color: #52288F; }
span { border-color: rgb(82,40,143); }
td.TdClassName
{
border-color: #52288F;
}
.TagClassName
{
border-color: #52288F;
}
</style>