#5704A4

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

Shades of Indigo #5704A4

Tints of Indigo #5704A4

Color information

#5704A4 (or 0x5704A4) is unknown color: approx Indigo. HEX triplet: 57, 04 and A4. RGB value is (87,4,164). Sum of RGB (Red+Green+Blue) = 87+4+164=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 164 (64.45% from 255 or 64.31% from 255); Max value from RGB is 164 - color contains mainly: blue. Hex color #5704A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5704A4 is #A8FB5B. Grayscale: #2E2E2E. Windows color (decimal): -11074396 or 10749015. OLE color: 10749015.

HSL color Cylindrical-coordinate representation of color #5704A4: hue angle of 271.12º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5704A4 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB874164-
CMYK0.470.9800.36
HSL271.12º95.24%32.94%-
HSV(B)271.12º97.56%64.31%-
XYZ10.674.7935.48-
YUV47.06194156.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.12%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 164 (64.45% from 255) = 64.31%
R=34.12%
G=1.57%
B=64.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8741640.470.9800.36271.1295.2432.94
Hex574A42F6202410f5f21
Octal12742445714204441713741
Binary101011110010100100101111110001001001001000011111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5704A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5704A4; }

 p { color: rgb(87,4,164); }

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

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

 a { background-color: rgb(87,4,164); }

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

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

 span { border-color: rgb(87,4,164); }

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