Shades of Kingfisher Daisy #65288A
Tints of Kingfisher Daisy #65288A
RGB
CMYK
RGB Variations
Color information
#65288A (or 0x65288A) is known color: Kingfisher Daisy. HEX triplet: 65, 28 and 8A. RGB value is (101,40,138). Sum of RGB (Red+Green+Blue) = 101+40+138=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #65288A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65288A is #9AD775. Grayscale: #454545. Windows color (decimal): -10147702 or 9054309. OLE color: 9054309.
HSL color Cylindrical-coordinate representation of color #65288A: hue angle of 277.35º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65288A is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 40 | 138 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.46 |
| HSL | 277.35º | 0.55% | 0.35% | - |
| HSV(B) | 277.35º | 0.71% | 0.54% | - |
| XYZ | 10.71 | 6.12 | 24.66 | - |
| YUV | 69.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 138 | 0.27 | 0.71 | 0 | 0.46 | 277.35 | 0.55 | 0.35 |
| Hex | 65 | 28 | 8A | 1B | 47 | 0 | 2E | 115 | 37 | 23 |
| Octal | 145 | 50 | 212 | 33 | 107 | 0 | 56 | 425 | 67 | 43 |
| Binary | 1100101 | 101000 | 10001010 | 11011 | 1000111 | 0 | 101110 | 100010101 | 110111 | 100011 |
Color Harmonies of #65288A
Complementary color
Monochromatic Colors of #65288A
Black with #65288A
Text Example
Text Example
White with #65288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65288A; }
p { color: rgb(101,40,138); }
H1.HeaderClassName
{
color: #65288A;
}
.AnyTagClassName
{
color: #65288A;
}
</style>
background-color css
<style>
a { background-color: #65288A; }
a { background-color: rgb(101,40,138); }
div.DivClassName
{
background-color: #65288A;
}
.BgClassName
{
background-color: #65288A;
}
</style>
border-color css
<style>
span { border-color: #65288A; }
span { border-color: rgb(101,40,138); }
td.TdClassName
{
border-color: #65288A;
}
.TagClassName
{
border-color: #65288A;
}
</style>