Html Css Color HEX #540177 Indigo

📋 copy color: '#540177'

red 84 ◦ green 1 ◦ blue 119

#540177
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #540177

Tints of Indigo #540177

RGB

 RED value IS 84 (33.2% 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 value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540177 (or 0x540177) is known color: 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

RGB 84 1 119 -
CMYK 0.29 0.99 0 0.53
HSL 282.2º 0.98% 0.24% -
HSV(B) 282.2º 0.99% 0.47% -
XYZ 7 3.24 17.71 -
YUV 39.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 84 1 119 0.29 0.99 0 0.53 282.2 0.98 0.24
Hex 54 1 77 1D 63 0 35 11A 62 18
Octal 124 1 167 35 143 0 65 432 142 30
Binary 1010100 1 1110111 11101 1100011 0 110101 100011010 1100010 11000

Color Harmonies of #540177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540177

Black with #540177

Text Example


Text Example

White with #540177

Text Example


Text Example

HTML Codes & Css Web 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>