#561F97

Color #561F97 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #561F97

Tints of Kingfisher Daisy #561F97

Color information

#561F97 (or 0x561F97) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1F and 97. RGB value is (86,31,151). Sum of RGB (Red+Green+Blue) = 86+31+151=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #561F97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561F97 is #A9E068. Grayscale: #3C3C3C. Windows color (decimal): -11133033 or 9903958. OLE color: 9903958.

HSL color Cylindrical-coordinate representation of color #561F97: hue angle of 267.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561F97 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8631151-
CMYK0.430.7900.41
HSL267.5º65.93%35.69%-
HSV(B)267.5º79.47%59.22%-
XYZ9.915.1929.76-
YUV61.12178.72145.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 31 (12.5% from 255) = 11.57%
BLUE value IS 151 (59.38% from 255) = 56.34%
R=32.09%
G=11.57%
B=56.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86311510.430.7900.41267.565.9335.69
Hex561F972B4F02910c4224
Octal126372275311705141410244
Binary10101101111110010111101011100111101010011000011001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561F97; }

 p { color: rgb(86,31,151); }

 H1.HeaderClassName
 {
   color: #561F97;
 }
 .AnyTagClassName
 {
   color: #561F97;
 }
</style>
background-color css

<style>
 a { background-color: #561F97; }

 a { background-color: rgb(86,31,151); }

 div.DivClassName
 {
   background-color: #561F97;
 }
 .BgClassName
 {
   background-color: #561F97;
 }
</style>
border-color css

<style>
 span { border-color: #561F97; }

 span { border-color: rgb(86,31,151); }

 td.TdClassName
 {
   border-color: #561F97;
 }
 .TagClassName
 {
   border-color: #561F97;
 }
</style>