Html Css Color HEX #540377 Indigo

📋 copy color: '#540377'

red 84 ◦ green 3 ◦ blue 119

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

Shades of Indigo #540377

Tints of Indigo #540377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 40.78%
G = 1.46%
B = 57.77%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540377 (or 0x540377) is known color: Indigo. HEX triplet: 54, 03 and 77. RGB value is (84,3,119). Sum of RGB (Red+Green+Blue) = 84+3+119=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #540377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540377 is #ABFC88. Grayscale: #282828. Windows color (decimal): -11271305 or 7799636. OLE color: 7799636.

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

Color convert

RGB 84 3 119 -
CMYK 0.29 0.97 0 0.53
HSL 281.9º 0.95% 0.24% -
HSV(B) 281.9º 0.97% 0.47% -
XYZ 7.02 3.28 17.72 -
YUV 40.44 172.34 159.07 -
System Red Green Blue C M Y K H S L
Decimal 84 3 119 0.29 0.97 0 0.53 281.9 0.95 0.24
Hex 54 3 77 1D 61 0 35 11A 5F 18
Octal 124 3 167 35 141 0 65 432 137 30
Binary 1010100 11 1110111 11101 1100001 0 110101 100011010 1011111 11000

Color Harmonies of #540377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540377

Black with #540377

Text Example


Text Example

White with #540377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540377; }

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

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

background-color css

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

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

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

border-color css

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

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

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