Html Css Color HEX #541776 Indigo

📋 copy color: '#541776'

red 84 ◦ green 23 ◦ blue 118

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

Shades of Indigo #541776

Tints of Indigo #541776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 37.33%
G = 10.22%
B = 52.44%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#541776 (or 0x541776) is known color: Indigo. HEX triplet: 54, 17 and 76. RGB value is (84,23,118). Sum of RGB (Red+Green+Blue) = 84+23+118=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #541776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541776 is #ABE889. Grayscale: #333333. Windows color (decimal): -11266186 or 7739220. OLE color: 7739220.

HSL color Cylindrical-coordinate representation of color #541776: hue angle of 278.53º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541776 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 23 118 -
CMYK 0.29 0.81 0 0.54
HSL 278.53º 0.67% 0.28% -
HSV(B) 278.53º 0.81% 0.46% -
XYZ 7.23 3.81 17.49 -
YUV 52.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 84 23 118 0.29 0.81 0 0.54 278.53 0.67 0.28
Hex 54 17 76 1D 51 0 36 117 43 1C
Octal 124 27 166 35 121 0 66 427 103 34
Binary 1010100 10111 1110110 11101 1010001 0 110110 100010111 1000011 11100

Color Harmonies of #541776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541776

Black with #541776

Text Example


Text Example

White with #541776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541776; }

 p { color: rgb(84,23,118); }

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

background-color css

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

 a { background-color: rgb(84,23,118); }

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

border-color css

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

 span { border-color: rgb(84,23,118); }

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