Html Css Color HEX #540D6B Indigo

📋 copy color: '#540D6B'

red 84 ◦ green 13 ◦ blue 107

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

Shades of Indigo #540D6B

Tints of Indigo #540D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 52.45%

R = 41.18%
G = 6.37%
B = 52.45%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#540D6B (or 0x540D6B) is known color: Indigo. HEX triplet: 54, 0D and 6B. RGB value is (84,13,107). Sum of RGB (Red+Green+Blue) = 84+13+107=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #540D6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D6B is #ABF294. Grayscale: #2C2C2C. Windows color (decimal): -11268757 or 7015764. OLE color: 7015764.

HSL color Cylindrical-coordinate representation of color #540D6B: hue angle of 285.32º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540D6B is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 13 107 -
CMYK 0.21 0.88 0 0.58
HSL 285.32º 0.78% 0.24% -
HSV(B) 285.32º 0.88% 0.42% -
XYZ 6.45 3.23 14.19 -
YUV 44.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 84 13 107 0.21 0.88 0 0.58 285.32 0.78 0.24
Hex 54 D 6B 15 58 0 3A 11D 4E 18
Octal 124 15 153 25 130 0 72 435 116 30
Binary 1010100 1101 1101011 10101 1011000 0 111010 100011101 1001110 11000

Color Harmonies of #540D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D6B

Black with #540D6B

Text Example


Text Example

White with #540D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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