Html Css Color HEX #540661 Indigo

📋 copy color: '#540661'

red 84 ◦ green 6 ◦ blue 97

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

Shades of Indigo #540661

Tints of Indigo #540661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.21%

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

R = 44.92%
G = 3.21%
B = 51.87%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#540661 (or 0x540661) is known color: Indigo. HEX triplet: 54, 06 and 61. RGB value is (84,6,97). Sum of RGB (Red+Green+Blue) = 84+6+97=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #540661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540661 is #ABF99E. Grayscale: #272727. Windows color (decimal): -11270559 or 6358612. OLE color: 6358612.

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

Color convert

RGB 84 6 97 -
CMYK 0.13 0.94 0 0.62
HSL 291.43º 0.88% 0.2% -
HSV(B) 291.43º 0.94% 0.38% -
XYZ 5.88 2.88 11.55 -
YUV 39.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 84 6 97 0.13 0.94 0 0.62 291.43 0.88 0.2
Hex 54 6 61 D 5E 0 3E 123 58 14
Octal 124 6 141 15 136 0 76 443 130 24
Binary 1010100 110 1100001 1101 1011110 0 111110 100100011 1011000 10100

Color Harmonies of #540661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540661

Black with #540661

Text Example


Text Example

White with #540661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540661; }

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

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

background-color css

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

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

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

border-color css

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

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

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