Html Css Color HEX #540986 Indigo

📋 copy color: '#540986'

red 84 ◦ green 9 ◦ blue 134

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

Shades of Indigo #540986

Tints of Indigo #540986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 59.03%

R = 37%
G = 3.96%
B = 59.03%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540986 (or 0x540986) is known color: Indigo. HEX triplet: 54, 09 and 86. RGB value is (84,9,134). Sum of RGB (Red+Green+Blue) = 84+9+134=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #540986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540986 is #ABF679. Grayscale: #2D2D2D. Windows color (decimal): -11269754 or 8784212. OLE color: 8784212.

HSL color Cylindrical-coordinate representation of color #540986: hue angle of 276º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540986 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 9 134 -
CMYK 0.37 0.93 0 0.47
HSL 276º 0.87% 0.28% -
HSV(B) 276º 0.93% 0.53% -
XYZ 8.06 3.8 22.86 -
YUV 45.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 84 9 134 0.37 0.93 0 0.47 276 0.87 0.28
Hex 54 9 86 25 5D 0 2F 114 57 1C
Octal 124 11 206 45 135 0 57 424 127 34
Binary 1010100 1001 10000110 100101 1011101 0 101111 100010100 1010111 11100

Color Harmonies of #540986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540986

Black with #540986

Text Example


Text Example

White with #540986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540986; }

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

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

background-color css

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

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

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

border-color css

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

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

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