Html Css Color HEX #541174 Indigo

📋 copy color: '#541174'

red 84 ◦ green 17 ◦ blue 116

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

Shades of Indigo #541174

Tints of Indigo #541174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 38.71%
G = 7.83%
B = 53.46%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#541174 (or 0x541174) is known color: Indigo. HEX triplet: 54, 11 and 74. RGB value is (84,17,116). Sum of RGB (Red+Green+Blue) = 84+17+116=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #541174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541174 is #ABEE8B. Grayscale: #2F2F2F. Windows color (decimal): -11267724 or 7606612. OLE color: 7606612.

HSL color Cylindrical-coordinate representation of color #541174: hue angle of 280.61º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541174 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 17 116 -
CMYK 0.28 0.85 0 0.55
HSL 280.61º 0.74% 0.26% -
HSV(B) 280.61º 0.85% 0.45% -
XYZ 7.01 3.55 16.84 -
YUV 48.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 84 17 116 0.28 0.85 0 0.55 280.61 0.74 0.26
Hex 54 11 74 1C 55 0 37 119 4A 1A
Octal 124 21 164 34 125 0 67 431 112 32
Binary 1010100 10001 1110100 11100 1010101 0 110111 100011001 1001010 11010

Color Harmonies of #541174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541174

Black with #541174

Text Example


Text Example

White with #541174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541174; }

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

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

background-color css

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

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

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

border-color css

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

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

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