Html Css Color HEX #540972 Indigo

📋 copy color: '#540972'

red 84 ◦ green 9 ◦ blue 114

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

Shades of Indigo #540972

Tints of Indigo #540972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.35%

 BLUE value IS 114 (44.92% from 255) = 55.07%

R = 40.58%
G = 4.35%
B = 55.07%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#540972 (or 0x540972) is known color: Indigo. HEX triplet: 54, 09 and 72. RGB value is (84,9,114). Sum of RGB (Red+Green+Blue) = 84+9+114=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #540972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540972 is #ABF68D. Grayscale: #2B2B2B. Windows color (decimal): -11269774 or 7473492. OLE color: 7473492.

HSL color Cylindrical-coordinate representation of color #540972: hue angle of 282.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540972 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 9 114 -
CMYK 0.26 0.92 0 0.55
HSL 282.86º 0.85% 0.24% -
HSV(B) 282.86º 0.92% 0.45% -
XYZ 6.79 3.3 16.2 -
YUV 43.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 84 9 114 0.26 0.92 0 0.55 282.86 0.85 0.24
Hex 54 9 72 1A 5C 0 37 11B 55 18
Octal 124 11 162 32 134 0 67 433 125 30
Binary 1010100 1001 1110010 11010 1011100 0 110111 100011011 1010101 11000

Color Harmonies of #540972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540972

Black with #540972

Text Example


Text Example

White with #540972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540972; }

 p { color: rgb(84,9,114); }

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

background-color css

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

 a { background-color: rgb(84,9,114); }

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

border-color css

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

 span { border-color: rgb(84,9,114); }

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