Shades of Kingfisher Daisy #652382
Tints of Kingfisher Daisy #652382
RGB
CMYK
RGB Variations
Color information
#652382 (or 0x652382) is known color: Kingfisher Daisy. HEX triplet: 65, 23 and 82. RGB value is (101,35,130). Sum of RGB (Red+Green+Blue) = 101+35+130=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #652382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652382 is #9ADC7D. Grayscale: #414141. Windows color (decimal): -10148990 or 8528741. OLE color: 8528741.
HSL color Cylindrical-coordinate representation of color #652382: hue angle of 281.68º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #652382 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 35 | 130 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.49 |
| HSL | 281.68º | 0.58% | 0.32% | - |
| HSV(B) | 281.68º | 0.73% | 0.51% | - |
| XYZ | 10 | 5.58 | 21.67 | - |
| YUV | 65.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 130 | 0.22 | 0.73 | 0 | 0.49 | 281.68 | 0.58 | 0.32 |
| Hex | 65 | 23 | 82 | 16 | 49 | 0 | 31 | 11A | 3A | 20 |
| Octal | 145 | 43 | 202 | 26 | 111 | 0 | 61 | 432 | 72 | 40 |
| Binary | 1100101 | 100011 | 10000010 | 10110 | 1001001 | 0 | 110001 | 100011010 | 111010 | 100000 |
Color Harmonies of #652382
Complementary color
Monochromatic Colors of #652382
Black with #652382
Text Example
Text Example
White with #652382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652382; }
p { color: rgb(101,35,130); }
H1.HeaderClassName
{
color: #652382;
}
.AnyTagClassName
{
color: #652382;
}
</style>
background-color css
<style>
a { background-color: #652382; }
a { background-color: rgb(101,35,130); }
div.DivClassName
{
background-color: #652382;
}
.BgClassName
{
background-color: #652382;
}
</style>
border-color css
<style>
span { border-color: #652382; }
span { border-color: rgb(101,35,130); }
td.TdClassName
{
border-color: #652382;
}
.TagClassName
{
border-color: #652382;
}
</style>