Html Css Color HEX #540070 Indigo

📋 copy color: '#540070'

red 84 ◦ green 0 ◦ blue 112

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

Shades of Indigo #540070

Tints of Indigo #540070

RGB

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

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

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

R = 42.86%
G = 0%
B = 57.14%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#540070 (or 0x540070) is known color: Indigo. HEX triplet: 54, 00 and 70. RGB value is (84,0,112). Sum of RGB (Red+Green+Blue) = 84+0+112=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #540070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540070 is #ABFF8F. Grayscale: #252525. Windows color (decimal): -11272080 or 7340116. OLE color: 7340116.

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

Color convert

RGB 84 0 112 -
CMYK 0.25 1 0 0.56
HSL 285º 1% 0.22% -
HSV(B) 285º 1% 0.44% -
XYZ 6.58 3.05 15.57 -
YUV 37.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 84 0 112 0.25 1 0 0.56 285 1 0.22
Hex 54 0 70 19 64 0 38 11D 64 16
Octal 124 0 160 31 144 0 70 435 144 26
Binary 1010100 0 1110000 11001 1100100 0 111000 100011101 1100100 10110

Color Harmonies of #540070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540070

Black with #540070

Text Example


Text Example

White with #540070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540070; }

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

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

background-color css

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

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

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

border-color css

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

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

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