Html Css Color HEX #540091 Indigo

📋 copy color: '#540091'

red 84 ◦ green 0 ◦ blue 145

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

Shades of Indigo #540091

Tints of Indigo #540091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 63.32%

R = 36.68%
G = 0%
B = 63.32%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#540091 (or 0x540091) is known color: Indigo. HEX triplet: 54, 00 and 91. RGB value is (84,0,145). Sum of RGB (Red+Green+Blue) = 84+0+145=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #540091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540091 is #ABFF6E. Grayscale: #292929. Windows color (decimal): -11272047 or 9502804. OLE color: 9502804.

HSL color Cylindrical-coordinate representation of color #540091: hue angle of 274.76º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540091 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 0 145 -
CMYK 0.42 1 0 0.43
HSL 274.76º 1% 0.28% -
HSV(B) 274.76º 1% 0.57% -
XYZ 8.77 3.93 27.08 -
YUV 41.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 84 0 145 0.42 1 0 0.43 274.76 1 0.28
Hex 54 0 91 2A 64 0 2B 113 64 1C
Octal 124 0 221 52 144 0 53 423 144 34
Binary 1010100 0 10010001 101010 1100100 0 101011 100010011 1100100 11100

Color Harmonies of #540091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540091

Black with #540091

Text Example


Text Example

White with #540091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540091; }

 p { color: rgb(84,0,145); }

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

background-color css

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

 a { background-color: rgb(84,0,145); }

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

border-color css

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

 span { border-color: rgb(84,0,145); }

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