Html Css Color HEX #540996 Indigo

📋 copy color: '#540996'

red 84 ◦ green 9 ◦ blue 150

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

Shades of Indigo #540996

Tints of Indigo #540996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

 BLUE value IS 150 (58.98% from 255) = 61.73%

R = 34.57%
G = 3.7%
B = 61.73%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#540996 (or 0x540996) is known color: Indigo. HEX triplet: 54, 09 and 96. RGB value is (84,9,150). Sum of RGB (Red+Green+Blue) = 84+9+150=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #540996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540996 is #ABF669. Grayscale: #2F2F2F. Windows color (decimal): -11269738 or 9832788. OLE color: 9832788.

HSL color Cylindrical-coordinate representation of color #540996: hue angle of 271.91º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540996 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 9 150 -
CMYK 0.44 0.94 0 0.41
HSL 271.91º 0.89% 0.31% -
HSV(B) 271.91º 0.94% 0.59% -
XYZ 9.26 4.28 29.19 -
YUV 47.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 84 9 150 0.44 0.94 0 0.41 271.91 0.89 0.31
Hex 54 9 96 2C 5E 0 29 110 59 1F
Octal 124 11 226 54 136 0 51 420 131 37
Binary 1010100 1001 10010110 101100 1011110 0 101001 100010000 1011001 11111

Color Harmonies of #540996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540996

Black with #540996

Text Example


Text Example

White with #540996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540996; }

 p { color: rgb(84,9,150); }

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

background-color css

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

 a { background-color: rgb(84,9,150); }

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

border-color css

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

 span { border-color: rgb(84,9,150); }

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