#571386

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

Shades of Indigo #571386

Tints of Indigo #571386

Color information

#571386 (or 0x571386) is unknown color: approx Indigo. HEX triplet: 57, 13 and 86. RGB value is (87,19,134). Sum of RGB (Red+Green+Blue) = 87+19+134=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #571386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571386 is #A8EC79. Grayscale: #343434. Windows color (decimal): -11070586 or 8786775. OLE color: 8786775.

HSL color Cylindrical-coordinate representation of color #571386: hue angle of 275.48º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571386 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8719134-
CMYK0.350.8600.47
HSL275.48º75.16%30%-
HSV(B)275.48º85.82%52.55%-
XYZ8.474.2122.92-
YUV52.44174.03152.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 19 (7.81% from 255) = 7.92%
BLUE value IS 134 (52.73% from 255) = 55.83%
R=36.25%
G=7.92%
B=55.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87191340.350.8600.47275.4875.1630
Hex571386235602F1134b1e
Octal127232064312605742311336
Binary1010111100111000011010001110101100101111100010011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571386; }

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

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

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

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

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

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

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

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