Shades of Kingfisher Daisy #61338D
Tints of Kingfisher Daisy #61338D
RGB
CMYK
RGB Variations
Color information
#61338D (or 0x61338D) is known color: Kingfisher Daisy. HEX triplet: 61, 33 and 8D. RGB value is (97,51,141). Sum of RGB (Red+Green+Blue) = 97+51+141=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #61338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61338D is #9ECC72. Grayscale: #4A4A4A. Windows color (decimal): -10407027 or 9253729. OLE color: 9253729.
HSL color Cylindrical-coordinate representation of color #61338D: hue angle of 270.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61338D is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 51 | 141 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.45 |
| HSL | 270.67º | 0.47% | 0.38% | - |
| HSV(B) | 270.67º | 0.64% | 0.55% | - |
| XYZ | 10.92 | 6.83 | 25.94 | - |
| YUV | 75.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 51 | 141 | 0.31 | 0.64 | 0 | 0.45 | 270.67 | 0.47 | 0.38 |
| Hex | 61 | 33 | 8D | 1F | 40 | 0 | 2D | 10F | 2F | 26 |
| Octal | 141 | 63 | 215 | 37 | 100 | 0 | 55 | 417 | 57 | 46 |
| Binary | 1100001 | 110011 | 10001101 | 11111 | 1000000 | 0 | 101101 | 100001111 | 101111 | 100110 |
Color Harmonies of #61338D
Complementary color
Monochromatic Colors of #61338D
Black with #61338D
Text Example
Text Example
White with #61338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61338D; }
p { color: rgb(97,51,141); }
H1.HeaderClassName
{
color: #61338D;
}
.AnyTagClassName
{
color: #61338D;
}
</style>
background-color css
<style>
a { background-color: #61338D; }
a { background-color: rgb(97,51,141); }
div.DivClassName
{
background-color: #61338D;
}
.BgClassName
{
background-color: #61338D;
}
</style>
border-color css
<style>
span { border-color: #61338D; }
span { border-color: rgb(97,51,141); }
td.TdClassName
{
border-color: #61338D;
}
.TagClassName
{
border-color: #61338D;
}
</style>