#561f81

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

Shades of Kingfisher Daisy #561F81

Tints of Kingfisher Daisy #561F81

Color information

#561F81 (or 0x561F81) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1F and 81. RGB value is (86,31,129). Sum of RGB (Red+Green+Blue) = 86+31+129=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #561F81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561F81 is #A9E07E. Grayscale: #3A3A3A. Windows color (decimal): -11133055 or 8462166. OLE color: 8462166.

HSL color Cylindrical-coordinate representation of color #561F81: hue angle of 273.67º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561F81 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8631129-
CMYK0.330.7600.49
HSL273.67º61.25%31.37%-
HSV(B)273.67º75.97%50.59%-
XYZ8.294.5421.21-
YUV58.62167.72147.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 31 (12.5% from 255) = 12.60%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=34.96%
G=12.60%
B=52.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86311290.330.7600.49273.6761.2531.37
Hex561F81214C0311123d1f
Octal12637201411140614227537
Binary101011011111100000011000011001100011000110001001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561f81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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