Html Css Color HEX #540391 Indigo

📋 copy color: '#540391'

red 84 ◦ green 3 ◦ blue 145

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

Shades of Indigo #540391

Tints of Indigo #540391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 36.21%
G = 1.29%
B = 62.5%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#540391 (or 0x540391) is known color: Indigo. HEX triplet: 54, 03 and 91. RGB value is (84,3,145). Sum of RGB (Red+Green+Blue) = 84+3+145=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #540391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540391 is #ABFC6E. Grayscale: #2A2A2A. Windows color (decimal): -11271279 or 9503572. OLE color: 9503572.

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

Color convert

RGB 84 3 145 -
CMYK 0.42 0.98 0 0.43
HSL 274.23º 0.96% 0.29% -
HSV(B) 274.23º 0.98% 0.57% -
XYZ 8.8 3.99 27.1 -
YUV 43.41 185.34 156.95 -
System Red Green Blue C M Y K H S L
Decimal 84 3 145 0.42 0.98 0 0.43 274.23 0.96 0.29
Hex 54 3 91 2A 62 0 2B 112 60 1D
Octal 124 3 221 52 142 0 53 422 140 35
Binary 1010100 11 10010001 101010 1100010 0 101011 100010010 1100000 11101

Color Harmonies of #540391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540391

Black with #540391

Text Example


Text Example

White with #540391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540391; }

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

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

background-color css

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

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

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

border-color css

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

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

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