Html Css Color HEX #540872 Indigo

📋 copy color: '#540872'

red 84 ◦ green 8 ◦ blue 114

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

Shades of Indigo #540872

Tints of Indigo #540872

RGB

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

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

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

R = 40.78%
G = 3.88%
B = 55.34%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#540872 (or 0x540872) is known color: Indigo. HEX triplet: 54, 08 and 72. RGB value is (84,8,114). Sum of RGB (Red+Green+Blue) = 84+8+114=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #540872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540872 is #ABF78D. Grayscale: #2A2A2A. Windows color (decimal): -11270030 or 7473236. OLE color: 7473236.

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

Color convert

RGB 84 8 114 -
CMYK 0.26 0.93 0 0.55
HSL 283.02º 0.87% 0.24% -
HSV(B) 283.02º 0.93% 0.45% -
XYZ 6.78 3.27 16.19 -
YUV 42.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 84 8 114 0.26 0.93 0 0.55 283.02 0.87 0.24
Hex 54 8 72 1A 5D 0 37 11B 57 18
Octal 124 10 162 32 135 0 67 433 127 30
Binary 1010100 1000 1110010 11010 1011101 0 110111 100011011 1010111 11000

Color Harmonies of #540872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540872

Black with #540872

Text Example


Text Example

White with #540872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540872; }

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

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

background-color css

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

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

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

border-color css

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

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

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