#571f9b

Color #571F9B Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #571F9B

Tints of Daisy Bush #571F9B

Color information

#571F9B (or 0x571F9B) is unknown color: approx Daisy Bush. HEX triplet: 57, 1F and 9B. RGB value is (87,31,155). Sum of RGB (Red+Green+Blue) = 87+31+155=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #571F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571F9B is #A8E064. Grayscale: #3D3D3D. Windows color (decimal): -11067493 or 10166103. OLE color: 10166103.

HSL color Cylindrical-coordinate representation of color #571F9B: hue angle of 267.1º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571F9B is Cyan = 0.44, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8731155-
CMYK0.440.800.39
HSL267.1º66.67%36.47%-
HSV(B)267.1º80%60.78%-
XYZ10.345.3731.5-
YUV61.88180.55145.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.87%
GREEN value IS 31 (12.5% from 255) = 11.36%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=31.87%
G=11.36%
B=56.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87311550.440.800.39267.166.6736.47
Hex571F9B2C5002710b4324
Octal127372335412004741310344
Binary10101111111110011011101100101000001001111000010111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571f9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571f9b; }

 p { color: rgb(87,31,155); }

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

<style>
 a { background-color: #571f9b; }

 a { background-color: rgb(87,31,155); }

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

<style>
 span { border-color: #571f9b; }

 span { border-color: rgb(87,31,155); }

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