#540177

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

Shades of Indigo #540177

Tints of Indigo #540177

Color information

#540177 (or 0x540177) is unknown color: approx Indigo. HEX triplet: 54, 01 and 77. RGB value is (84,1,119). Sum of RGB (Red+Green+Blue) = 84+1+119=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #540177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540177 is #ABFE88. Grayscale: #262626. Windows color (decimal): -11271817 or 7799124. OLE color: 7799124.

HSL color Cylindrical-coordinate representation of color #540177: hue angle of 282.2º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540177 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB841119-
CMYK0.290.9900.53
HSL282.2º98.33%23.53%-
HSV(B)282.2º99.16%46.67%-
XYZ73.2417.71-
YUV39.27173159.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.18%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=41.18%
G=0.49%
B=58.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8411190.290.9900.53282.298.3323.53
Hex541771D6303511a6218
Octal12411673514306543214230
Binary1010100111101111110111000110110101100011010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540177; }

 p { color: rgb(84,1,119); }

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

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

 a { background-color: rgb(84,1,119); }

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

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

 span { border-color: rgb(84,1,119); }

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