Html Css Color HEX #540F8E Indigo

📋 copy color: '#540F8E'

red 84 ◦ green 15 ◦ blue 142

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

Shades of Indigo #540F8E

Tints of Indigo #540F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 34.85%
G = 6.22%
B = 58.92%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#540F8E (or 0x540F8E) is known color: Indigo. HEX triplet: 54, 0F and 8E. RGB value is (84,15,142). Sum of RGB (Red+Green+Blue) = 84+15+142=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #540F8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540F8E is #ABF071. Grayscale: #313131. Windows color (decimal): -11268210 or 9310036. OLE color: 9310036.

HSL color Cylindrical-coordinate representation of color #540F8E: hue angle of 272.6º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540F8E is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 15 142 -
CMYK 0.41 0.89 0 0.44
HSL 272.6º 0.81% 0.31% -
HSV(B) 272.6º 0.89% 0.56% -
XYZ 8.71 4.18 25.94 -
YUV 50.11 179.86 152.17 -
System Red Green Blue C M Y K H S L
Decimal 84 15 142 0.41 0.89 0 0.44 272.6 0.81 0.31
Hex 54 F 8E 29 59 0 2C 111 51 1F
Octal 124 17 216 51 131 0 54 421 121 37
Binary 1010100 1111 10001110 101001 1011001 0 101100 100010001 1010001 11111

Color Harmonies of #540F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F8E

Black with #540F8E

Text Example


Text Example

White with #540F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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