Shades of Kingfisher Daisy #641F92
Tints of Kingfisher Daisy #641F92
RGB
CMYK
RGB Variations
Color information
#641F92 (or 0x641F92) is known color: Kingfisher Daisy. HEX triplet: 64, 1F and 92. RGB value is (100,31,146). Sum of RGB (Red+Green+Blue) = 100+31+146=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #641F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641F92 is #9BE06D. Grayscale: #404040. Windows color (decimal): -10215534 or 9576292. OLE color: 9576292.
HSL color Cylindrical-coordinate representation of color #641F92: hue angle of 276º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #641F92 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 31 | 146 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.43 |
| HSL | 276º | 0.65% | 0.35% | - |
| HSV(B) | 276º | 0.79% | 0.57% | - |
| XYZ | 10.93 | 5.76 | 27.73 | - |
| YUV | 64.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 146 | 0.32 | 0.79 | 0 | 0.43 | 276 | 0.65 | 0.35 |
| Hex | 64 | 1F | 92 | 20 | 4F | 0 | 2B | 114 | 41 | 23 |
| Octal | 144 | 37 | 222 | 40 | 117 | 0 | 53 | 424 | 101 | 43 |
| Binary | 1100100 | 11111 | 10010010 | 100000 | 1001111 | 0 | 101011 | 100010100 | 1000001 | 100011 |
Color Harmonies of #641F92
Complementary color
Monochromatic Colors of #641F92
Black with #641F92
Text Example
Text Example
White with #641F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641F92; }
p { color: rgb(100,31,146); }
H1.HeaderClassName
{
color: #641F92;
}
.AnyTagClassName
{
color: #641F92;
}
</style>
background-color css
<style>
a { background-color: #641F92; }
a { background-color: rgb(100,31,146); }
div.DivClassName
{
background-color: #641F92;
}
.BgClassName
{
background-color: #641F92;
}
</style>
border-color css
<style>
span { border-color: #641F92; }
span { border-color: rgb(100,31,146); }
td.TdClassName
{
border-color: #641F92;
}
.TagClassName
{
border-color: #641F92;
}
</style>