Shades of Kingfisher Daisy #65358D
Tints of Kingfisher Daisy #65358D
RGB
CMYK
RGB Variations
Color information
#65358D (or 0x65358D) is known color: Kingfisher Daisy. HEX triplet: 65, 35 and 8D. RGB value is (101,53,141). Sum of RGB (Red+Green+Blue) = 101+53+141=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #65358D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65358D is #9ACA72. Grayscale: #4D4D4D. Windows color (decimal): -10144371 or 9254245. OLE color: 9254245.
HSL color Cylindrical-coordinate representation of color #65358D: hue angle of 272.73º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65358D is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 53 | 141 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.45 |
| HSL | 272.73º | 0.45% | 0.38% | - |
| HSV(B) | 272.73º | 0.62% | 0.55% | - |
| XYZ | 11.45 | 7.24 | 25.99 | - |
| YUV | 77.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 141 | 0.28 | 0.62 | 0 | 0.45 | 272.73 | 0.45 | 0.38 |
| Hex | 65 | 35 | 8D | 1C | 3E | 0 | 2D | 111 | 2D | 26 |
| Octal | 145 | 65 | 215 | 34 | 76 | 0 | 55 | 421 | 55 | 46 |
| Binary | 1100101 | 110101 | 10001101 | 11100 | 111110 | 0 | 101101 | 100010001 | 101101 | 100110 |
Color Harmonies of #65358D
Complementary color
Monochromatic Colors of #65358D
Black with #65358D
Text Example
Text Example
White with #65358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65358D; }
p { color: rgb(101,53,141); }
H1.HeaderClassName
{
color: #65358D;
}
.AnyTagClassName
{
color: #65358D;
}
</style>
background-color css
<style>
a { background-color: #65358D; }
a { background-color: rgb(101,53,141); }
div.DivClassName
{
background-color: #65358D;
}
.BgClassName
{
background-color: #65358D;
}
</style>
border-color css
<style>
span { border-color: #65358D; }
span { border-color: rgb(101,53,141); }
td.TdClassName
{
border-color: #65358D;
}
.TagClassName
{
border-color: #65358D;
}
</style>