Shades of Kingfisher Daisy #65288B
Tints of Kingfisher Daisy #65288B
RGB
CMYK
RGB Variations
Color information
#65288B (or 0x65288B) is known color: Kingfisher Daisy. HEX triplet: 65, 28 and 8B. RGB value is (101,40,139). Sum of RGB (Red+Green+Blue) = 101+40+139=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #65288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65288B is #9AD774. Grayscale: #454545. Windows color (decimal): -10147701 or 9119845. OLE color: 9119845.
HSL color Cylindrical-coordinate representation of color #65288B: hue angle of 276.97º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65288B is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 40 | 139 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.45 |
| HSL | 276.97º | 0.55% | 0.35% | - |
| HSV(B) | 276.97º | 0.71% | 0.55% | - |
| XYZ | 10.79 | 6.15 | 25.04 | - |
| YUV | 69.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 139 | 0.27 | 0.71 | 0 | 0.45 | 276.97 | 0.55 | 0.35 |
| Hex | 65 | 28 | 8B | 1B | 47 | 0 | 2D | 115 | 37 | 23 |
| Octal | 145 | 50 | 213 | 33 | 107 | 0 | 55 | 425 | 67 | 43 |
| Binary | 1100101 | 101000 | 10001011 | 11011 | 1000111 | 0 | 101101 | 100010101 | 110111 | 100011 |
Color Harmonies of #65288B
Complementary color
Monochromatic Colors of #65288B
Black with #65288B
Text Example
Text Example
White with #65288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65288B; }
p { color: rgb(101,40,139); }
H1.HeaderClassName
{
color: #65288B;
}
.AnyTagClassName
{
color: #65288B;
}
</style>
background-color css
<style>
a { background-color: #65288B; }
a { background-color: rgb(101,40,139); }
div.DivClassName
{
background-color: #65288B;
}
.BgClassName
{
background-color: #65288B;
}
</style>
border-color css
<style>
span { border-color: #65288B; }
span { border-color: rgb(101,40,139); }
td.TdClassName
{
border-color: #65288B;
}
.TagClassName
{
border-color: #65288B;
}
</style>