Html Css Color HEX #540396 Indigo

📋 copy color: '#540396'

red 84 ◦ green 3 ◦ blue 150

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

Shades of Indigo #540396

Tints of Indigo #540396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 35.44%
G = 1.27%
B = 63.29%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#540396 (or 0x540396) is known color: Indigo. HEX triplet: 54, 03 and 96. RGB value is (84,3,150). Sum of RGB (Red+Green+Blue) = 84+3+150=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #540396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540396 is #ABFC69. Grayscale: #2B2B2B. Windows color (decimal): -11271274 or 9831252. OLE color: 9831252.

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

Color convert

RGB 84 3 150 -
CMYK 0.44 0.98 0 0.41
HSL 273.06º 0.96% 0.3% -
HSV(B) 273.06º 0.98% 0.59% -
XYZ 9.19 4.15 29.17 -
YUV 43.98 187.84 156.55 -
System Red Green Blue C M Y K H S L
Decimal 84 3 150 0.44 0.98 0 0.41 273.06 0.96 0.3
Hex 54 3 96 2C 62 0 29 111 60 1E
Octal 124 3 226 54 142 0 51 421 140 36
Binary 1010100 11 10010110 101100 1100010 0 101001 100010001 1100000 11110

Color Harmonies of #540396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540396

Black with #540396

Text Example


Text Example

White with #540396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540396; }

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

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

background-color css

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

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

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

border-color css

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

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

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