Html Css Color HEX #540096 Indigo

📋 copy color: '#540096'

red 84 ◦ green 0 ◦ blue 150

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

Shades of Indigo #540096

Tints of Indigo #540096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.9%
G = 0%
B = 64.1%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#540096 (or 0x540096) is known color: Indigo. HEX triplet: 54, 00 and 96. RGB value is (84,0,150). Sum of RGB (Red+Green+Blue) = 84+0+150=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #540096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540096 is #ABFF69. Grayscale: #292929. Windows color (decimal): -11272042 or 9830484. OLE color: 9830484.

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

Color convert

RGB 84 0 150 -
CMYK 0.44 1 0 0.41
HSL 273.6º 1% 0.29% -
HSV(B) 273.6º 1% 0.59% -
XYZ 9.16 4.09 29.16 -
YUV 42.22 188.83 157.8 -
System Red Green Blue C M Y K H S L
Decimal 84 0 150 0.44 1 0 0.41 273.6 1 0.29
Hex 54 0 96 2C 64 0 29 112 64 1D
Octal 124 0 226 54 144 0 51 422 144 35
Binary 1010100 0 10010110 101100 1100100 0 101001 100010010 1100100 11101

Color Harmonies of #540096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540096

Black with #540096

Text Example


Text Example

White with #540096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540096; }

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

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

background-color css

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

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

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

border-color css

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

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

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