Html Css Color HEX #540077 Indigo

📋 copy color: '#540077'

red 84 ◦ green 0 ◦ blue 119

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

Shades of Indigo #540077

Tints of Indigo #540077

RGB

 RED value IS 84 (33.2% from 255) = 41.38%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 58.62%

R = 41.38%
G = 0%
B = 58.62%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540077 (or 0x540077) is known color: Indigo. HEX triplet: 54, 00 and 77. RGB value is (84,0,119). Sum of RGB (Red+Green+Blue) = 84+0+119=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #540077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540077 is #ABFF88. Grayscale: #262626. Windows color (decimal): -11272073 or 7798868. OLE color: 7798868.

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

Color convert

RGB 84 0 119 -
CMYK 0.29 1 0 0.53
HSL 282.35º 1% 0.23% -
HSV(B) 282.35º 1% 0.47% -
XYZ 6.99 3.22 17.71 -
YUV 38.68 173.33 160.32 -
System Red Green Blue C M Y K H S L
Decimal 84 0 119 0.29 1 0 0.53 282.35 1 0.23
Hex 54 0 77 1D 64 0 35 11A 64 17
Octal 124 0 167 35 144 0 65 432 144 27
Binary 1010100 0 1110111 11101 1100100 0 110101 100011010 1100100 10111

Color Harmonies of #540077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540077

Black with #540077

Text Example


Text Example

White with #540077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540077; }

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

 H1.HeaderClassName
 {
   color: #540077;
 }
 .AnyTagClassName
 {
   color: #540077;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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