Html Css Color HEX #540490 Indigo

📋 copy color: '#540490'

red 84 ◦ green 4 ◦ blue 144

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

Shades of Indigo #540490

Tints of Indigo #540490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.07%

R = 36.21%
G = 1.72%
B = 62.07%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#540490 (or 0x540490) is known color: Indigo. HEX triplet: 54, 04 and 90. RGB value is (84,4,144). Sum of RGB (Red+Green+Blue) = 84+4+144=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #540490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540490 is #ABFB6F. Grayscale: #2B2B2B. Windows color (decimal): -11271024 or 9438292. OLE color: 9438292.

HSL color Cylindrical-coordinate representation of color #540490: hue angle of 274.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540490 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 4 144 -
CMYK 0.42 0.97 0 0.44
HSL 274.29º 0.95% 0.29% -
HSV(B) 274.29º 0.97% 0.56% -
XYZ 8.73 3.99 26.69 -
YUV 43.88 184.5 156.62 -
System Red Green Blue C M Y K H S L
Decimal 84 4 144 0.42 0.97 0 0.44 274.29 0.95 0.29
Hex 54 4 90 2A 61 0 2C 112 5F 1D
Octal 124 4 220 52 141 0 54 422 137 35
Binary 1010100 100 10010000 101010 1100001 0 101100 100010010 1011111 11101

Color Harmonies of #540490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540490

Black with #540490

Text Example


Text Example

White with #540490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540490; }

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

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

background-color css

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

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

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

border-color css

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

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

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