#531F81

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

Shades of Kingfisher Daisy #531F81

Tints of Kingfisher Daisy #531F81

Color information

#531F81 (or 0x531F81) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 1F and 81. RGB value is (83,31,129). Sum of RGB (Red+Green+Blue) = 83+31+129=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #531F81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531F81 is #ACE07E. Grayscale: #393939. Windows color (decimal): -11329663 or 8462163. OLE color: 8462163.

HSL color Cylindrical-coordinate representation of color #531F81: hue angle of 271.84º 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 #531F81 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8331129-
CMYK0.360.7600.49
HSL271.84º61.25%31.37%-
HSV(B)271.84º75.97%50.59%-
XYZ8.024.421.2-
YUV57.72168.23146.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 31 (12.5% from 255) = 12.76%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=34.16%
G=12.76%
B=53.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83311290.360.7600.49271.8461.2531.37
Hex531F81244C0311103d1f
Octal12337201441140614207537
Binary101001111111100000011001001001100011000110001000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531F81; }

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

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

<style>
 a { background-color: #531F81; }

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

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

<style>
 span { border-color: #531F81; }

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

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