Shades of Kingfisher Daisy #641F82
Tints of Kingfisher Daisy #641F82
RGB
CMYK
RGB Variations
Color information
#641F82 (or 0x641F82) is known color: Kingfisher Daisy. HEX triplet: 64, 1F and 82. RGB value is (100,31,130). Sum of RGB (Red+Green+Blue) = 100+31+130=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #641F82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641F82 is #9BE07D. Grayscale: #3E3E3E. Windows color (decimal): -10215550 or 8527716. OLE color: 8527716.
HSL color Cylindrical-coordinate representation of color #641F82: hue angle of 281.82º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #641F82 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 31 | 130 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.49 |
| HSL | 281.82º | 0.61% | 0.32% | - |
| HSV(B) | 281.82º | 0.76% | 0.51% | - |
| XYZ | 9.77 | 5.3 | 21.63 | - |
| YUV | 62.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 130 | 0.23 | 0.76 | 0 | 0.49 | 281.82 | 0.61 | 0.32 |
| Hex | 64 | 1F | 82 | 17 | 4C | 0 | 31 | 11A | 3D | 20 |
| Octal | 144 | 37 | 202 | 27 | 114 | 0 | 61 | 432 | 75 | 40 |
| Binary | 1100100 | 11111 | 10000010 | 10111 | 1001100 | 0 | 110001 | 100011010 | 111101 | 100000 |
Color Harmonies of #641F82
Complementary color
Monochromatic Colors of #641F82
Black with #641F82
Text Example
Text Example
White with #641F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641F82; }
p { color: rgb(100,31,130); }
H1.HeaderClassName
{
color: #641F82;
}
.AnyTagClassName
{
color: #641F82;
}
</style>
background-color css
<style>
a { background-color: #641F82; }
a { background-color: rgb(100,31,130); }
div.DivClassName
{
background-color: #641F82;
}
.BgClassName
{
background-color: #641F82;
}
</style>
border-color css
<style>
span { border-color: #641F82; }
span { border-color: rgb(100,31,130); }
td.TdClassName
{
border-color: #641F82;
}
.TagClassName
{
border-color: #641F82;
}
</style>