Html Css Color HEX #540296 Indigo

📋 copy color: '#540296'

red 84 ◦ green 2 ◦ blue 150

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

Shades of Indigo #540296

Tints of Indigo #540296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 35.59%
G = 0.85%
B = 63.56%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#540296 (or 0x540296) is known color: Indigo. HEX triplet: 54, 02 and 96. RGB value is (84,2,150). Sum of RGB (Red+Green+Blue) = 84+2+150=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #540296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540296 is #ABFD69. Grayscale: #2A2A2A. Windows color (decimal): -11271530 or 9830996. OLE color: 9830996.

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

Color convert

RGB 84 2 150 -
CMYK 0.44 0.99 0 0.41
HSL 273.24º 0.97% 0.3% -
HSV(B) 273.24º 0.99% 0.59% -
XYZ 9.18 4.13 29.17 -
YUV 43.39 188.17 156.97 -
System Red Green Blue C M Y K H S L
Decimal 84 2 150 0.44 0.99 0 0.41 273.24 0.97 0.3
Hex 54 2 96 2C 63 0 29 111 61 1E
Octal 124 2 226 54 143 0 51 421 141 36
Binary 1010100 10 10010110 101100 1100011 0 101001 100010001 1100001 11110

Color Harmonies of #540296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540296

Black with #540296

Text Example


Text Example

White with #540296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540296; }

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

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

background-color css

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

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

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

border-color css

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

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

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