Shades of Kingfisher Daisy #64278D
Tints of Kingfisher Daisy #64278D
RGB
CMYK
RGB Variations
Color information
#64278D (or 0x64278D) is known color: Kingfisher Daisy. HEX triplet: 64, 27 and 8D. RGB value is (100,39,141). Sum of RGB (Red+Green+Blue) = 100+39+141=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #64278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64278D is #9BD872. Grayscale: #444444. Windows color (decimal): -10213491 or 9250660. OLE color: 9250660.
HSL color Cylindrical-coordinate representation of color #64278D: hue angle of 275.88º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64278D is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 39 | 141 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.45 |
| HSL | 275.88º | 0.57% | 0.35% | - |
| HSV(B) | 275.88º | 0.72% | 0.55% | - |
| XYZ | 10.79 | 6.08 | 25.8 | - |
| YUV | 68.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 141 | 0.29 | 0.72 | 0 | 0.45 | 275.88 | 0.57 | 0.35 |
| Hex | 64 | 27 | 8D | 1D | 48 | 0 | 2D | 114 | 39 | 23 |
| Octal | 144 | 47 | 215 | 35 | 110 | 0 | 55 | 424 | 71 | 43 |
| Binary | 1100100 | 100111 | 10001101 | 11101 | 1001000 | 0 | 101101 | 100010100 | 111001 | 100011 |
Color Harmonies of #64278D
Complementary color
Monochromatic Colors of #64278D
Black with #64278D
Text Example
Text Example
White with #64278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64278D; }
p { color: rgb(100,39,141); }
H1.HeaderClassName
{
color: #64278D;
}
.AnyTagClassName
{
color: #64278D;
}
</style>
background-color css
<style>
a { background-color: #64278D; }
a { background-color: rgb(100,39,141); }
div.DivClassName
{
background-color: #64278D;
}
.BgClassName
{
background-color: #64278D;
}
</style>
border-color css
<style>
span { border-color: #64278D; }
span { border-color: rgb(100,39,141); }
td.TdClassName
{
border-color: #64278D;
}
.TagClassName
{
border-color: #64278D;
}
</style>