Html Css Color HEX #540E92 Indigo

📋 copy color: '#540E92'

red 84 ◦ green 14 ◦ blue 146

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

Shades of Indigo #540E92

Tints of Indigo #540E92

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.74%

 BLUE value IS 146 (57.42% from 255) = 59.84%

R = 34.43%
G = 5.74%
B = 59.84%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#540E92 (or 0x540E92) is known color: Indigo. HEX triplet: 54, 0E and 92. RGB value is (84,14,146). Sum of RGB (Red+Green+Blue) = 84+14+146=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #540E92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540E92 is #ABF16D. Grayscale: #313131. Windows color (decimal): -11268462 or 9571924. OLE color: 9571924.

HSL color Cylindrical-coordinate representation of color #540E92: hue angle of 271.82º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540E92 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 14 146 -
CMYK 0.42 0.90 0 0.43
HSL 271.82º 0.83% 0.31% -
HSV(B) 271.82º 0.9% 0.57% -
XYZ 9 4.27 27.54 -
YUV 49.98 182.19 152.27 -
System Red Green Blue C M Y K H S L
Decimal 84 14 146 0.42 0.90 0 0.43 271.82 0.83 0.31
Hex 54 E 92 2A 5A 0 2B 110 52 1F
Octal 124 16 222 52 132 0 53 420 122 37
Binary 1010100 1110 10010010 101010 1011010 0 101011 100010000 1010010 11111

Color Harmonies of #540E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540E92

Black with #540E92

Text Example


Text Example

White with #540E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,14,146); }

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

background-color css

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

 a { background-color: rgb(84,14,146); }

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

border-color css

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

 span { border-color: rgb(84,14,146); }

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