Shades of Kingfisher Daisy #652881
Tints of Kingfisher Daisy #652881
RGB
CMYK
RGB Variations
Color information
#652881 (or 0x652881) is known color: Kingfisher Daisy. HEX triplet: 65, 28 and 81. RGB value is (101,40,129). Sum of RGB (Red+Green+Blue) = 101+40+129=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #652881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652881 is #9AD77E. Grayscale: #444444. Windows color (decimal): -10147711 or 8464485. OLE color: 8464485.
HSL color Cylindrical-coordinate representation of color #652881: hue angle of 281.12º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652881 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 40 | 129 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.49 |
| HSL | 281.12º | 0.53% | 0.33% | - |
| HSV(B) | 281.12º | 0.69% | 0.51% | - |
| XYZ | 10.09 | 5.87 | 21.37 | - |
| YUV | 68.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 129 | 0.22 | 0.69 | 0 | 0.49 | 281.12 | 0.53 | 0.33 |
| Hex | 65 | 28 | 81 | 16 | 45 | 0 | 31 | 119 | 35 | 21 |
| Octal | 145 | 50 | 201 | 26 | 105 | 0 | 61 | 431 | 65 | 41 |
| Binary | 1100101 | 101000 | 10000001 | 10110 | 1000101 | 0 | 110001 | 100011001 | 110101 | 100001 |
Color Harmonies of #652881
Complementary color
Monochromatic Colors of #652881
Black with #652881
Text Example
Text Example
White with #652881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652881; }
p { color: rgb(101,40,129); }
H1.HeaderClassName
{
color: #652881;
}
.AnyTagClassName
{
color: #652881;
}
</style>
background-color css
<style>
a { background-color: #652881; }
a { background-color: rgb(101,40,129); }
div.DivClassName
{
background-color: #652881;
}
.BgClassName
{
background-color: #652881;
}
</style>
border-color css
<style>
span { border-color: #652881; }
span { border-color: rgb(101,40,129); }
td.TdClassName
{
border-color: #652881;
}
.TagClassName
{
border-color: #652881;
}
</style>