Html Css Color HEX #540AA1 Indigo

📋 copy color: '#540AA1'

red 84 ◦ green 10 ◦ blue 161

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

Shades of Indigo #540AA1

Tints of Indigo #540AA1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.92%

 BLUE value IS 161 (63.28% from 255) = 63.14%

R = 32.94%
G = 3.92%
B = 63.14%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#540AA1 (or 0x540AA1) is known color: Indigo. HEX triplet: 54, 0A and A1. RGB value is (84,10,161). Sum of RGB (Red+Green+Blue) = 84+10+161=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 161 (63.28% from 255 or 63.14% from 255); Max value from RGB is 161 - color contains mainly: blue. Hex color #540AA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540AA1 is #ABF55E. Grayscale: #303030. Windows color (decimal): -11269471 or 10553940. OLE color: 10553940.

HSL color Cylindrical-coordinate representation of color #540AA1: hue angle of 269.4º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540AA1 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 10 161 -
CMYK 0.48 0.94 0 0.37
HSL 269.4º 0.88% 0.34% -
HSV(B) 269.4º 0.94% 0.63% -
XYZ 10.2 4.68 34.08 -
YUV 49.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 84 10 161 0.48 0.94 0 0.37 269.4 0.88 0.34
Hex 54 A A1 30 5E 0 25 10D 58 22
Octal 124 12 241 60 136 0 45 415 130 42
Binary 1010100 1010 10100001 110000 1011110 0 100101 100001101 1011000 100010

Color Harmonies of #540AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540AA1

Black with #540AA1

Text Example


Text Example

White with #540AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540AA1; }

 p { color: rgb(84,10,161); }

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

background-color css

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

 a { background-color: rgb(84,10,161); }

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

border-color css

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

 span { border-color: rgb(84,10,161); }

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