Html Css Color HEX #540B87 Indigo

📋 copy color: '#540B87'

red 84 ◦ green 11 ◦ blue 135

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

Shades of Indigo #540B87

Tints of Indigo #540B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 58.7%

R = 36.52%
G = 4.78%
B = 58.7%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540B87 (or 0x540B87) is known color: Indigo. HEX triplet: 54, 0B and 87. RGB value is (84,11,135). Sum of RGB (Red+Green+Blue) = 84+11+135=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #540B87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540B87 is #ABF478. Grayscale: #2E2E2E. Windows color (decimal): -11269241 or 8850260. OLE color: 8850260.

HSL color Cylindrical-coordinate representation of color #540B87: hue angle of 275.32º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540B87 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 11 135 -
CMYK 0.38 0.92 0 0.47
HSL 275.32º 0.85% 0.29% -
HSV(B) 275.32º 0.92% 0.53% -
XYZ 8.15 3.87 23.24 -
YUV 46.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 84 11 135 0.38 0.92 0 0.47 275.32 0.85 0.29
Hex 54 B 87 26 5C 0 2F 113 55 1D
Octal 124 13 207 46 134 0 57 423 125 35
Binary 1010100 1011 10000111 100110 1011100 0 101111 100010011 1010101 11101

Color Harmonies of #540B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540B87

Black with #540B87

Text Example


Text Example

White with #540B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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