Html Css Color HEX #540691 Indigo

📋 copy color: '#540691'

red 84 ◦ green 6 ◦ blue 145

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

Shades of Indigo #540691

Tints of Indigo #540691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.7%

R = 35.74%
G = 2.55%
B = 61.7%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#540691 (or 0x540691) is known color: Indigo. HEX triplet: 54, 06 and 91. RGB value is (84,6,145). Sum of RGB (Red+Green+Blue) = 84+6+145=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #540691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540691 is #ABF96E. Grayscale: #2C2C2C. Windows color (decimal): -11270511 or 9504340. OLE color: 9504340.

HSL color Cylindrical-coordinate representation of color #540691: hue angle of 273.67º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540691 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 6 145 -
CMYK 0.42 0.96 0 0.43
HSL 273.67º 0.92% 0.3% -
HSV(B) 273.67º 0.96% 0.57% -
XYZ 8.83 4.06 27.11 -
YUV 45.17 184.34 155.7 -
System Red Green Blue C M Y K H S L
Decimal 84 6 145 0.42 0.96 0 0.43 273.67 0.92 0.3
Hex 54 6 91 2A 60 0 2B 112 5C 1E
Octal 124 6 221 52 140 0 53 422 134 36
Binary 1010100 110 10010001 101010 1100000 0 101011 100010010 1011100 11110

Color Harmonies of #540691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540691

Black with #540691

Text Example


Text Example

White with #540691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540691; }

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

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

background-color css

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

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

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

border-color css

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

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

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