Html Css Color HEX #540896 Indigo

📋 copy color: '#540896'

red 84 ◦ green 8 ◦ blue 150

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

Shades of Indigo #540896

Tints of Indigo #540896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

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

R = 34.71%
G = 3.31%
B = 61.98%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#540896 (or 0x540896) is known color: Indigo. HEX triplet: 54, 08 and 96. RGB value is (84,8,150). Sum of RGB (Red+Green+Blue) = 84+8+150=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #540896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540896 is #ABF769. Grayscale: #2E2E2E. Windows color (decimal): -11269994 or 9832532. OLE color: 9832532.

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

Color convert

RGB 84 8 150 -
CMYK 0.44 0.95 0 0.41
HSL 272.11º 0.9% 0.31% -
HSV(B) 272.11º 0.95% 0.59% -
XYZ 9.25 4.26 29.19 -
YUV 46.91 186.18 154.45 -
System Red Green Blue C M Y K H S L
Decimal 84 8 150 0.44 0.95 0 0.41 272.11 0.9 0.31
Hex 54 8 96 2C 5F 0 29 110 5A 1F
Octal 124 10 226 54 137 0 51 420 132 37
Binary 1010100 1000 10010110 101100 1011111 0 101001 100010000 1011010 11111

Color Harmonies of #540896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540896

Black with #540896

Text Example


Text Example

White with #540896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540896; }

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

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

background-color css

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

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

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

border-color css

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

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

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