#571A7D

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

Shades of Indigo #571A7D

Tints of Indigo #571A7D

Color information

#571A7D (or 0x571A7D) is unknown color: approx Indigo. HEX triplet: 57, 1A and 7D. RGB value is (87,26,125). Sum of RGB (Red+Green+Blue) = 87+26+125=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #571A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A7D is #A8E582. Grayscale: #373737. Windows color (decimal): -11068803 or 8198743. OLE color: 8198743.

HSL color Cylindrical-coordinate representation of color #571A7D: hue angle of 276.97º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571A7D is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8726125-
CMYK0.300.7900.51
HSL276.97º65.56%29.61%-
HSV(B)276.97º79.2%49.02%-
XYZ84.2519.8-
YUV55.52167.21150.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.55%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 125 (49.22% from 255) = 52.52%
R=36.55%
G=10.92%
B=52.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87261250.300.7900.51276.9765.5629.61
Hex571A7D1E4F033115421e
Octal127321753611706342510236
Binary10101111101011111011111010011110110011100010101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,26,125); }

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

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

 a { background-color: rgb(87,26,125); }

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

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

 span { border-color: rgb(87,26,125); }

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