#54177C

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

Shades of Indigo #54177C

Tints of Indigo #54177C

Color information

#54177C (or 0x54177C) is unknown color: approx Indigo. HEX triplet: 54, 17 and 7C. RGB value is (84,23,124). Sum of RGB (Red+Green+Blue) = 84+23+124=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #54177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54177C is #ABE883. Grayscale: #343434. Windows color (decimal): -11266180 or 8132436. OLE color: 8132436.

HSL color Cylindrical-coordinate representation of color #54177C: hue angle of 276.24º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54177C is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8423124-
CMYK0.320.8100.51
HSL276.24º68.71%28.82%-
HSV(B)276.24º81.45%48.63%-
XYZ7.63.9519.43-
YUV52.75168.21150.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 23 (9.38% from 255) = 9.96%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=36.36%
G=9.96%
B=53.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84231240.320.8100.51276.2468.7128.82
Hex54177C2051033114451d
Octal124271744012106342410535
Binary101010010111111110010000010100010110011100010100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54177C; }

 p { color: rgb(84,23,124); }

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

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

 a { background-color: rgb(84,23,124); }

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

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

 span { border-color: rgb(84,23,124); }

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