Shades of Kingfisher Daisy #641B91
Tints of Kingfisher Daisy #641B91
RGB
CMYK
RGB Variations
Color information
#641B91 (or 0x641B91) is known color: Kingfisher Daisy. HEX triplet: 64, 1B and 91. RGB value is (100,27,145). Sum of RGB (Red+Green+Blue) = 100+27+145=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #641B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641B91 is #9BE46E. Grayscale: #3D3D3D. Windows color (decimal): -10216559 or 9509732. OLE color: 9509732.
HSL color Cylindrical-coordinate representation of color #641B91: hue angle of 277.12º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641B91 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 27 | 145 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.43 |
| HSL | 277.12º | 0.69% | 0.34% | - |
| HSV(B) | 277.12º | 0.81% | 0.57% | - |
| XYZ | 10.76 | 5.54 | 27.29 | - |
| YUV | 62.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 145 | 0.31 | 0.81 | 0 | 0.43 | 277.12 | 0.69 | 0.34 |
| Hex | 64 | 1B | 91 | 1F | 51 | 0 | 2B | 115 | 45 | 22 |
| Octal | 144 | 33 | 221 | 37 | 121 | 0 | 53 | 425 | 105 | 42 |
| Binary | 1100100 | 11011 | 10010001 | 11111 | 1010001 | 0 | 101011 | 100010101 | 1000101 | 100010 |
Color Harmonies of #641B91
Complementary color
Monochromatic Colors of #641B91
Black with #641B91
Text Example
Text Example
White with #641B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641B91; }
p { color: rgb(100,27,145); }
H1.HeaderClassName
{
color: #641B91;
}
.AnyTagClassName
{
color: #641B91;
}
</style>
background-color css
<style>
a { background-color: #641B91; }
a { background-color: rgb(100,27,145); }
div.DivClassName
{
background-color: #641B91;
}
.BgClassName
{
background-color: #641B91;
}
</style>
border-color css
<style>
span { border-color: #641B91; }
span { border-color: rgb(100,27,145); }
td.TdClassName
{
border-color: #641B91;
}
.TagClassName
{
border-color: #641B91;
}
</style>