Html Css Color HEX #540186 Indigo

📋 copy color: '#540186'

red 84 ◦ green 1 ◦ blue 134

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

Shades of Indigo #540186

Tints of Indigo #540186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 38.36%
G = 0.46%
B = 61.19%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540186 (or 0x540186) is known color: Indigo. HEX triplet: 54, 01 and 86. RGB value is (84,1,134). Sum of RGB (Red+Green+Blue) = 84+1+134=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #540186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540186 is #ABFE79. Grayscale: #282828. Windows color (decimal): -11271802 or 8782164. OLE color: 8782164.

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

Color convert

RGB 84 1 134 -
CMYK 0.37 0.99 0 0.47
HSL 277.44º 0.99% 0.26% -
HSV(B) 277.44º 0.99% 0.53% -
XYZ 7.97 3.63 22.83 -
YUV 40.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 84 1 134 0.37 0.99 0 0.47 277.44 0.99 0.26
Hex 54 1 86 25 63 0 2F 115 63 1A
Octal 124 1 206 45 143 0 57 425 143 32
Binary 1010100 1 10000110 100101 1100011 0 101111 100010101 1100011 11010

Color Harmonies of #540186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540186

Black with #540186

Text Example


Text Example

White with #540186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540186; }

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

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

background-color css

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

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

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

border-color css

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

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

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