Html Css Color HEX #541178 Indigo

📋 copy color: '#541178'

red 84 ◦ green 17 ◦ blue 120

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

Shades of Indigo #541178

Tints of Indigo #541178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.69%

 BLUE value IS 120 (47.27% from 255) = 54.3%

R = 38.01%
G = 7.69%
B = 54.3%

CMYK

 C value IS 0.3

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#541178 (or 0x541178) is known color: Indigo. HEX triplet: 54, 11 and 78. RGB value is (84,17,120). Sum of RGB (Red+Green+Blue) = 84+17+120=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #541178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541178 is #ABEE87. Grayscale: #303030. Windows color (decimal): -11267720 or 7868756. OLE color: 7868756.

HSL color Cylindrical-coordinate representation of color #541178: hue angle of 279.03º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541178 is Cyan = 0.3, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 17 120 -
CMYK 0.3 0.86 0 0.53
HSL 279.03º 0.75% 0.27% -
HSV(B) 279.03º 0.86% 0.47% -
XYZ 7.25 3.64 18.09 -
YUV 48.78 168.2 153.12 -
System Red Green Blue C M Y K H S L
Decimal 84 17 120 0.3 0.86 0 0.53 279.03 0.75 0.27
Hex 54 11 78 1E 56 0 35 117 4B 1B
Octal 124 21 170 36 126 0 65 427 113 33
Binary 1010100 10001 1111000 11110 1010110 0 110101 100010111 1001011 11011

Color Harmonies of #541178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541178

Black with #541178

Text Example


Text Example

White with #541178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541178; }

 p { color: rgb(84,17,120); }

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

background-color css

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

 a { background-color: rgb(84,17,120); }

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

border-color css

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

 span { border-color: rgb(84,17,120); }

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