Html Css Color HEX #540461 Indigo

📋 copy color: '#540461'

red 84 ◦ green 4 ◦ blue 97

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

Shades of Indigo #540461

Tints of Indigo #540461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 45.41%
G = 2.16%
B = 52.43%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#540461 (or 0x540461) is known color: Indigo. HEX triplet: 54, 04 and 61. RGB value is (84,4,97). Sum of RGB (Red+Green+Blue) = 84+4+97=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #540461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540461 is #ABFB9E. Grayscale: #262626. Windows color (decimal): -11271071 or 6358100. OLE color: 6358100.

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

Color convert

RGB 84 4 97 -
CMYK 0.13 0.96 0 0.62
HSL 291.61º 0.92% 0.2% -
HSV(B) 291.61º 0.96% 0.38% -
XYZ 5.86 2.83 11.55 -
YUV 38.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 84 4 97 0.13 0.96 0 0.62 291.61 0.92 0.2
Hex 54 4 61 D 60 0 3E 124 5C 14
Octal 124 4 141 15 140 0 76 444 134 24
Binary 1010100 100 1100001 1101 1100000 0 111110 100100100 1011100 10100

Color Harmonies of #540461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540461

Black with #540461

Text Example


Text Example

White with #540461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540461; }

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

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

background-color css

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

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

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

border-color css

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

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

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