Html Css Color HEX #540B78 Indigo

📋 copy color: '#540B78'

red 84 ◦ green 11 ◦ blue 120

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

Shades of Indigo #540B78

Tints of Indigo #540B78

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

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

R = 39.07%
G = 5.12%
B = 55.81%

CMYK

 C value IS 0.3

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540B78 (or 0x540B78) is known color: Indigo. HEX triplet: 54, 0B and 78. RGB value is (84,11,120). Sum of RGB (Red+Green+Blue) = 84+11+120=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #540B78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B78 is #ABF487. Grayscale: #2C2C2C. Windows color (decimal): -11269256 or 7867220. OLE color: 7867220.

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

Color convert

RGB 84 11 120 -
CMYK 0.3 0.91 0 0.53
HSL 280.18º 0.83% 0.26% -
HSV(B) 280.18º 0.91% 0.47% -
XYZ 7.17 3.48 18.06 -
YUV 45.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 84 11 120 0.3 0.91 0 0.53 280.18 0.83 0.26
Hex 54 B 78 1E 5B 0 35 118 53 1A
Octal 124 13 170 36 133 0 65 430 123 32
Binary 1010100 1011 1111000 11110 1011011 0 110101 100011000 1010011 11010

Color Harmonies of #540B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540B78

Black with #540B78

Text Example


Text Example

White with #540B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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