Shades of Kingfisher Daisy #65348B
Tints of Kingfisher Daisy #65348B
RGB
CMYK
RGB Variations
Color information
#65348B (or 0x65348B) is known color: Kingfisher Daisy. HEX triplet: 65, 34 and 8B. RGB value is (101,52,139). Sum of RGB (Red+Green+Blue) = 101+52+139=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #65348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65348B is #9ACB74. Grayscale: #4C4C4C. Windows color (decimal): -10144629 or 9122917. OLE color: 9122917.
HSL color Cylindrical-coordinate representation of color #65348B: hue angle of 273.79º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65348B is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 52 | 139 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.45 |
| HSL | 273.79º | 0.46% | 0.37% | - |
| HSV(B) | 273.79º | 0.63% | 0.55% | - |
| XYZ | 11.26 | 7.09 | 25.2 | - |
| YUV | 76.57 | 163.23 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 139 | 0.27 | 0.63 | 0 | 0.45 | 273.79 | 0.46 | 0.37 |
| Hex | 65 | 34 | 8B | 1B | 3F | 0 | 2D | 112 | 2E | 25 |
| Octal | 145 | 64 | 213 | 33 | 77 | 0 | 55 | 422 | 56 | 45 |
| Binary | 1100101 | 110100 | 10001011 | 11011 | 111111 | 0 | 101101 | 100010010 | 101110 | 100101 |
Color Harmonies of #65348B
Complementary color
Monochromatic Colors of #65348B
Black with #65348B
Text Example
Text Example
White with #65348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65348B; }
p { color: rgb(101,52,139); }
H1.HeaderClassName
{
color: #65348B;
}
.AnyTagClassName
{
color: #65348B;
}
</style>
background-color css
<style>
a { background-color: #65348B; }
a { background-color: rgb(101,52,139); }
div.DivClassName
{
background-color: #65348B;
}
.BgClassName
{
background-color: #65348B;
}
</style>
border-color css
<style>
span { border-color: #65348B; }
span { border-color: rgb(101,52,139); }
td.TdClassName
{
border-color: #65348B;
}
.TagClassName
{
border-color: #65348B;
}
</style>