Html Css Color HEX #540470 Indigo

📋 copy color: '#540470'

red 84 ◦ green 4 ◦ blue 112

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

Shades of Indigo #540470

Tints of Indigo #540470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

 BLUE value IS 112 (44.14% from 255) = 56%

R = 42%
G = 2%
B = 56%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#540470 (or 0x540470) is known color: Indigo. HEX triplet: 54, 04 and 70. RGB value is (84,4,112). Sum of RGB (Red+Green+Blue) = 84+4+112=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #540470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540470 is #ABFB8F. Grayscale: #272727. Windows color (decimal): -11271056 or 7341140. OLE color: 7341140.

HSL color Cylindrical-coordinate representation of color #540470: hue angle of 284.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540470 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 4 112 -
CMYK 0.25 0.96 0 0.56
HSL 284.44º 0.93% 0.23% -
HSV(B) 284.44º 0.96% 0.44% -
XYZ 6.62 3.14 15.59 -
YUV 40.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 84 4 112 0.25 0.96 0 0.56 284.44 0.93 0.23
Hex 54 4 70 19 60 0 38 11C 5D 17
Octal 124 4 160 31 140 0 70 434 135 27
Binary 1010100 100 1110000 11001 1100000 0 111000 100011100 1011101 10111

Color Harmonies of #540470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540470

Black with #540470

Text Example


Text Example

White with #540470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540470; }

 p { color: rgb(84,4,112); }

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

background-color css

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

 a { background-color: rgb(84,4,112); }

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

border-color css

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

 span { border-color: rgb(84,4,112); }

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