Html Css Color HEX #541677 Indigo

📋 copy color: '#541677'

red 84 ◦ green 22 ◦ blue 119

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

Shades of Indigo #541677

Tints of Indigo #541677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.78%

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

R = 37.33%
G = 9.78%
B = 52.89%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#541677 (or 0x541677) is known color: Indigo. HEX triplet: 54, 16 and 77. RGB value is (84,22,119). Sum of RGB (Red+Green+Blue) = 84+22+119=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #541677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541677 is #ABE988. Grayscale: #333333. Windows color (decimal): -11266441 or 7804500. OLE color: 7804500.

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

Color convert

RGB 84 22 119 -
CMYK 0.29 0.82 0 0.53
HSL 278.35º 0.69% 0.28% -
HSV(B) 278.35º 0.82% 0.47% -
XYZ 7.27 3.79 17.8 -
YUV 51.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 84 22 119 0.29 0.82 0 0.53 278.35 0.69 0.28
Hex 54 16 77 1D 52 0 35 116 45 1C
Octal 124 26 167 35 122 0 65 426 105 34
Binary 1010100 10110 1110111 11101 1010010 0 110101 100010110 1000101 11100

Color Harmonies of #541677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541677

Black with #541677

Text Example


Text Example

White with #541677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541677; }

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

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

background-color css

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

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

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

border-color css

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

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

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