Html Css Color HEX #540D86 Indigo

📋 copy color: '#540D86'

red 84 ◦ green 13 ◦ blue 134

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

Shades of Indigo #540D86

Tints of Indigo #540D86

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.63%

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

R = 36.36%
G = 5.63%
B = 58.01%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540D86 (or 0x540D86) is known color: Indigo. HEX triplet: 54, 0D and 86. RGB value is (84,13,134). Sum of RGB (Red+Green+Blue) = 84+13+134=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 134 (52.73% from 255 or 58.01% from 231); Max value from RGB is 134 - color contains mainly: blue. Hex color #540D86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540D86 is #ABF279. Grayscale: #2F2F2F. Windows color (decimal): -11268730 or 8785236. OLE color: 8785236.

HSL color Cylindrical-coordinate representation of color #540D86: hue angle of 275.21º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540D86 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 13 134 -
CMYK 0.37 0.90 0 0.47
HSL 275.21º 0.82% 0.29% -
HSV(B) 275.21º 0.9% 0.53% -
XYZ 8.1 3.89 22.88 -
YUV 48.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 84 13 134 0.37 0.90 0 0.47 275.21 0.82 0.29
Hex 54 D 86 25 5A 0 2F 113 52 1D
Octal 124 15 206 45 132 0 57 423 122 35
Binary 1010100 1101 10000110 100101 1011010 0 101111 100010011 1010010 11101

Color Harmonies of #540D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D86

Black with #540D86

Text Example


Text Example

White with #540D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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