Html Css Color HEX #540F7D Indigo

📋 copy color: '#540F7D'

red 84 ◦ green 15 ◦ blue 125

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

Shades of Indigo #540F7D

Tints of Indigo #540F7D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.7%

 BLUE value IS 125 (49.22% from 255) = 55.8%

R = 37.5%
G = 6.7%
B = 55.8%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#540F7D (or 0x540F7D) is known color: Indigo. HEX triplet: 54, 0F and 7D. RGB value is (84,15,125). Sum of RGB (Red+Green+Blue) = 84+15+125=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #540F7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F7D is #ABF082. Grayscale: #2F2F2F. Windows color (decimal): -11268227 or 8195924. OLE color: 8195924.

HSL color Cylindrical-coordinate representation of color #540F7D: hue angle of 277.64º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540F7D is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 15 125 -
CMYK 0.33 0.88 0 0.51
HSL 277.64º 0.79% 0.27% -
HSV(B) 277.64º 0.88% 0.49% -
XYZ 7.53 3.71 19.72 -
YUV 48.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 84 15 125 0.33 0.88 0 0.51 277.64 0.79 0.27
Hex 54 F 7D 21 58 0 33 116 4F 1B
Octal 124 17 175 41 130 0 63 426 117 33
Binary 1010100 1111 1111101 100001 1011000 0 110011 100010110 1001111 11011

Color Harmonies of #540F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F7D

Black with #540F7D

Text Example


Text Example

White with #540F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,15,125); }

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

background-color css

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

 a { background-color: rgb(84,15,125); }

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

border-color css

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

 span { border-color: rgb(84,15,125); }

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