Html Css Color HEX #540B73 Indigo

📋 copy color: '#540B73'

red 84 ◦ green 11 ◦ blue 115

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

Shades of Indigo #540B73

Tints of Indigo #540B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.24%

 BLUE value IS 115 (45.31% from 255) = 54.76%

R = 40%
G = 5.24%
B = 54.76%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#540B73 (or 0x540B73) is known color: Indigo. HEX triplet: 54, 0B and 73. RGB value is (84,11,115). Sum of RGB (Red+Green+Blue) = 84+11+115=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #540B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B73 is #ABF48C. Grayscale: #2C2C2C. Windows color (decimal): -11269261 or 7539540. OLE color: 7539540.

HSL color Cylindrical-coordinate representation of color #540B73: hue angle of 282.12º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540B73 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 11 115 -
CMYK 0.27 0.90 0 0.55
HSL 282.12º 0.83% 0.25% -
HSV(B) 282.12º 0.9% 0.45% -
XYZ 6.87 3.36 16.51 -
YUV 44.68 167.68 156.04 -
System Red Green Blue C M Y K H S L
Decimal 84 11 115 0.27 0.90 0 0.55 282.12 0.83 0.25
Hex 54 B 73 1B 5A 0 37 11A 53 19
Octal 124 13 163 33 132 0 67 432 123 31
Binary 1010100 1011 1110011 11011 1011010 0 110111 100011010 1010011 11001

Color Harmonies of #540B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540B73

Black with #540B73

Text Example


Text Example

White with #540B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540B73; }

 p { color: rgb(84,11,115); }

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

background-color css

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

 a { background-color: rgb(84,11,115); }

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

border-color css

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

 span { border-color: rgb(84,11,115); }

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