Html Css Color HEX #540B8A Indigo

📋 copy color: '#540B8A'

red 84 ◦ green 11 ◦ blue 138

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

Shades of Indigo #540B8A

Tints of Indigo #540B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.23%

R = 36.05%
G = 4.72%
B = 59.23%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#540B8A (or 0x540B8A) is known color: Indigo. HEX triplet: 54, 0B and 8A. RGB value is (84,11,138). Sum of RGB (Red+Green+Blue) = 84+11+138=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #540B8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540B8A is #ABF475. Grayscale: #2E2E2E. Windows color (decimal): -11269238 or 9046868. OLE color: 9046868.

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

Color convert

RGB 84 11 138 -
CMYK 0.39 0.92 0 0.46
HSL 274.49º 0.85% 0.29% -
HSV(B) 274.49º 0.92% 0.54% -
XYZ 8.36 3.96 24.37 -
YUV 47.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 84 11 138 0.39 0.92 0 0.46 274.49 0.85 0.29
Hex 54 B 8A 27 5C 0 2E 112 55 1D
Octal 124 13 212 47 134 0 56 422 125 35
Binary 1010100 1011 10001010 100111 1011100 0 101110 100010010 1010101 11101

Color Harmonies of #540B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540B8A

Black with #540B8A

Text Example


Text Example

White with #540B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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