Html Css Color HEX #540C78 Indigo

📋 copy color: '#540C78'

red 84 ◦ green 12 ◦ blue 120

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

Shades of Indigo #540C78

Tints of Indigo #540C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.56%

R = 38.89%
G = 5.56%
B = 55.56%

CMYK

 C value IS 0.3

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540C78 (or 0x540C78) is known color: Indigo. HEX triplet: 54, 0C and 78. RGB value is (84,12,120). Sum of RGB (Red+Green+Blue) = 84+12+120=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #540C78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C78 is #ABF387. Grayscale: #2D2D2D. Windows color (decimal): -11269000 or 7867476. OLE color: 7867476.

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

Color convert

RGB 84 12 120 -
CMYK 0.3 0.90 0 0.53
HSL 280º 0.82% 0.26% -
HSV(B) 280º 0.9% 0.47% -
XYZ 7.18 3.5 18.07 -
YUV 45.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 84 12 120 0.3 0.90 0 0.53 280 0.82 0.26
Hex 54 C 78 1E 5A 0 35 118 52 1A
Octal 124 14 170 36 132 0 65 430 122 32
Binary 1010100 1100 1111000 11110 1011010 0 110101 100011000 1010010 11010

Color Harmonies of #540C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540C78

Black with #540C78

Text Example


Text Example

White with #540C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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