Html Css Color HEX #540161 Indigo

📋 copy color: '#540161'

red 84 ◦ green 1 ◦ blue 97

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

Shades of Indigo #540161

Tints of Indigo #540161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 46.15%
G = 0.55%
B = 53.3%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#540161 (or 0x540161) is known color: Indigo. HEX triplet: 54, 01 and 61. RGB value is (84,1,97). Sum of RGB (Red+Green+Blue) = 84+1+97=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #540161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540161 is #ABFE9E. Grayscale: #242424. Windows color (decimal): -11271839 or 6357332. OLE color: 6357332.

HSL color Cylindrical-coordinate representation of color #540161: hue angle of 291.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540161 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 1 97 -
CMYK 0.13 0.99 0 0.62
HSL 291.88º 0.98% 0.19% -
HSV(B) 291.88º 0.99% 0.38% -
XYZ 5.82 2.77 11.54 -
YUV 36.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 84 1 97 0.13 0.99 0 0.62 291.88 0.98 0.19
Hex 54 1 61 D 63 0 3E 124 62 13
Octal 124 1 141 15 143 0 76 444 142 23
Binary 1010100 1 1100001 1101 1100011 0 111110 100100100 1100010 10011

Color Harmonies of #540161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540161

Black with #540161

Text Example


Text Example

White with #540161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540161; }

 p { color: rgb(84,1,97); }

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

background-color css

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

 a { background-color: rgb(84,1,97); }

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

border-color css

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

 span { border-color: rgb(84,1,97); }

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