Html Css Color HEX #541279 Indigo

📋 copy color: '#541279'

red 84 ◦ green 18 ◦ blue 121

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

Shades of Indigo #541279

Tints of Indigo #541279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

 BLUE value IS 121 (47.66% from 255) = 54.26%

R = 37.67%
G = 8.07%
B = 54.26%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#541279 (or 0x541279) is known color: Indigo. HEX triplet: 54, 12 and 79. RGB value is (84,18,121). Sum of RGB (Red+Green+Blue) = 84+18+121=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #541279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541279 is #ABED86. Grayscale: #313131. Windows color (decimal): -11267463 or 7934548. OLE color: 7934548.

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

Color convert

RGB 84 18 121 -
CMYK 0.31 0.85 0 0.53
HSL 278.45º 0.74% 0.27% -
HSV(B) 278.45º 0.85% 0.47% -
XYZ 7.32 3.7 18.42 -
YUV 49.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 84 18 121 0.31 0.85 0 0.53 278.45 0.74 0.27
Hex 54 12 79 1F 55 0 35 116 4A 1B
Octal 124 22 171 37 125 0 65 426 112 33
Binary 1010100 10010 1111001 11111 1010101 0 110101 100010110 1001010 11011

Color Harmonies of #541279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541279

Black with #541279

Text Example


Text Example

White with #541279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541279; }

 p { color: rgb(84,18,121); }

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

background-color css

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

 a { background-color: rgb(84,18,121); }

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

border-color css

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

 span { border-color: rgb(84,18,121); }

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