Html Css Color HEX #540C86 Indigo

📋 copy color: '#540C86'

red 84 ◦ green 12 ◦ blue 134

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

Shades of Indigo #540C86

Tints of Indigo #540C86

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.22%

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

R = 36.52%
G = 5.22%
B = 58.26%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540C86 (or 0x540C86) is known color: Indigo. HEX triplet: 54, 0C and 86. RGB value is (84,12,134). Sum of RGB (Red+Green+Blue) = 84+12+134=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #540C86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540C86 is #ABF379. Grayscale: #2F2F2F. Windows color (decimal): -11268986 or 8784980. OLE color: 8784980.

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

Color convert

RGB 84 12 134 -
CMYK 0.37 0.91 0 0.47
HSL 275.41º 0.84% 0.29% -
HSV(B) 275.41º 0.91% 0.53% -
XYZ 8.09 3.87 22.87 -
YUV 47.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 84 12 134 0.37 0.91 0 0.47 275.41 0.84 0.29
Hex 54 C 86 25 5B 0 2F 113 54 1D
Octal 124 14 206 45 133 0 57 423 124 35
Binary 1010100 1100 10000110 100101 1011011 0 101111 100010011 1010100 11101

Color Harmonies of #540C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540C86

Black with #540C86

Text Example


Text Example

White with #540C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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