Shades of Kingfisher Daisy #641D92
Tints of Kingfisher Daisy #641D92
RGB
CMYK
RGB Variations
Color information
#641D92 (or 0x641D92) is known color: Kingfisher Daisy. HEX triplet: 64, 1D and 92. RGB value is (100,29,146). Sum of RGB (Red+Green+Blue) = 100+29+146=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #641D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641D92 is #9BE26D. Grayscale: #3F3F3F. Windows color (decimal): -10216046 or 9575780. OLE color: 9575780.
HSL color Cylindrical-coordinate representation of color #641D92: hue angle of 276.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641D92 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 29 | 146 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.43 |
| HSL | 276.41º | 0.67% | 0.34% | - |
| HSV(B) | 276.41º | 0.8% | 0.57% | - |
| XYZ | 10.88 | 5.66 | 27.71 | - |
| YUV | 63.57 | 174.52 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 146 | 0.32 | 0.80 | 0 | 0.43 | 276.41 | 0.67 | 0.34 |
| Hex | 64 | 1D | 92 | 20 | 50 | 0 | 2B | 114 | 43 | 22 |
| Octal | 144 | 35 | 222 | 40 | 120 | 0 | 53 | 424 | 103 | 42 |
| Binary | 1100100 | 11101 | 10010010 | 100000 | 1010000 | 0 | 101011 | 100010100 | 1000011 | 100010 |
Color Harmonies of #641D92
Complementary color
Monochromatic Colors of #641D92
Black with #641D92
Text Example
Text Example
White with #641D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D92; }
p { color: rgb(100,29,146); }
H1.HeaderClassName
{
color: #641D92;
}
.AnyTagClassName
{
color: #641D92;
}
</style>
background-color css
<style>
a { background-color: #641D92; }
a { background-color: rgb(100,29,146); }
div.DivClassName
{
background-color: #641D92;
}
.BgClassName
{
background-color: #641D92;
}
</style>
border-color css
<style>
span { border-color: #641D92; }
span { border-color: rgb(100,29,146); }
td.TdClassName
{
border-color: #641D92;
}
.TagClassName
{
border-color: #641D92;
}
</style>