Shades of Kingfisher Daisy #61338B
Tints of Kingfisher Daisy #61338B
RGB
CMYK
RGB Variations
Color information
#61338B (or 0x61338B) is known color: Kingfisher Daisy. HEX triplet: 61, 33 and 8B. RGB value is (97,51,139). Sum of RGB (Red+Green+Blue) = 97+51+139=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #61338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61338B is #9ECC74. Grayscale: #4A4A4A. Windows color (decimal): -10407029 or 9122657. OLE color: 9122657.
HSL color Cylindrical-coordinate representation of color #61338B: hue angle of 271.36º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61338B is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 51 | 139 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.45 |
| HSL | 271.36º | 0.46% | 0.37% | - |
| HSV(B) | 271.36º | 0.63% | 0.55% | - |
| XYZ | 10.77 | 6.77 | 25.17 | - |
| YUV | 74.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 51 | 139 | 0.30 | 0.63 | 0 | 0.45 | 271.36 | 0.46 | 0.37 |
| Hex | 61 | 33 | 8B | 1E | 3F | 0 | 2D | 10F | 2E | 25 |
| Octal | 141 | 63 | 213 | 36 | 77 | 0 | 55 | 417 | 56 | 45 |
| Binary | 1100001 | 110011 | 10001011 | 11110 | 111111 | 0 | 101101 | 100001111 | 101110 | 100101 |
Color Harmonies of #61338B
Complementary color
Monochromatic Colors of #61338B
Black with #61338B
Text Example
Text Example
White with #61338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61338B; }
p { color: rgb(97,51,139); }
H1.HeaderClassName
{
color: #61338B;
}
.AnyTagClassName
{
color: #61338B;
}
</style>
background-color css
<style>
a { background-color: #61338B; }
a { background-color: rgb(97,51,139); }
div.DivClassName
{
background-color: #61338B;
}
.BgClassName
{
background-color: #61338B;
}
</style>
border-color css
<style>
span { border-color: #61338B; }
span { border-color: rgb(97,51,139); }
td.TdClassName
{
border-color: #61338B;
}
.TagClassName
{
border-color: #61338B;
}
</style>