Html Css Color HEX #540C82 Indigo

📋 copy color: '#540C82'

red 84 ◦ green 12 ◦ blue 130

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

Shades of Indigo #540C82

Tints of Indigo #540C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 57.52%

R = 37.17%
G = 5.31%
B = 57.52%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#540C82 (or 0x540C82) is known color: Indigo. HEX triplet: 54, 0C and 82. RGB value is (84,12,130). Sum of RGB (Red+Green+Blue) = 84+12+130=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #540C82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540C82 is #ABF37D. Grayscale: #2E2E2E. Windows color (decimal): -11268990 or 8522836. OLE color: 8522836.

HSL color Cylindrical-coordinate representation of color #540C82: hue angle of 276.61º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540C82 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 12 130 -
CMYK 0.35 0.91 0 0.49
HSL 276.61º 0.83% 0.28% -
HSV(B) 276.61º 0.91% 0.51% -
XYZ 7.82 3.76 21.43 -
YUV 46.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 84 12 130 0.35 0.91 0 0.49 276.61 0.83 0.28
Hex 54 C 82 23 5B 0 31 115 53 1C
Octal 124 14 202 43 133 0 61 425 123 34
Binary 1010100 1100 10000010 100011 1011011 0 110001 100010101 1010011 11100

Color Harmonies of #540C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540C82

Black with #540C82

Text Example


Text Example

White with #540C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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