#571374

Color #571374 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #571374

Tints of Indigo #571374

Color information

#571374 (or 0x571374) is unknown color: approx Indigo. HEX triplet: 57, 13 and 74. RGB value is (87,19,116). Sum of RGB (Red+Green+Blue) = 87+19+116=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #571374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571374 is #A8EC8B. Grayscale: #323232. Windows color (decimal): -11070604 or 7607127. OLE color: 7607127.

HSL color Cylindrical-coordinate representation of color #571374: hue angle of 282.06º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #571374 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8719116-
CMYK0.250.8400.55
HSL282.06º71.85%26.47%-
HSV(B)282.06º83.62%45.49%-
XYZ7.323.7516.86-
YUV50.39165.03154.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.19%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=39.19%
G=8.56%
B=52.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87191160.250.8400.55282.0671.8526.47
Hex571374195403711a481a
Octal127231643112406743211032
Binary10101111001111101001100110101000110111100011010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571374; }

 p { color: rgb(87,19,116); }

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

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

 a { background-color: rgb(87,19,116); }

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

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

 span { border-color: rgb(87,19,116); }

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