Html Css Color HEX #541374 Indigo

📋 copy color: '#541374'

red 84 ◦ green 19 ◦ blue 116

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

Shades of Indigo #541374

Tints of Indigo #541374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 38.36%
G = 8.68%
B = 52.97%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#541374 (or 0x541374) is known color: Indigo. HEX triplet: 54, 13 and 74. RGB value is (84,19,116). Sum of RGB (Red+Green+Blue) = 84+19+116=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #541374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541374 is #ABEC8B. Grayscale: #313131. Windows color (decimal): -11267212 or 7607124. OLE color: 7607124.

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

Color convert

RGB 84 19 116 -
CMYK 0.28 0.84 0 0.55
HSL 280.21º 0.72% 0.26% -
HSV(B) 280.21º 0.84% 0.45% -
XYZ 7.04 3.61 16.85 -
YUV 49.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 84 19 116 0.28 0.84 0 0.55 280.21 0.72 0.26
Hex 54 13 74 1C 54 0 37 118 48 1A
Octal 124 23 164 34 124 0 67 430 110 32
Binary 1010100 10011 1110100 11100 1010100 0 110111 100011000 1001000 11010

Color Harmonies of #541374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541374

Black with #541374

Text Example


Text Example

White with #541374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541374; }

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

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

background-color css

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

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

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

border-color css

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

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

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