Html Css Color HEX #540581 Indigo

📋 copy color: '#540581'

red 84 ◦ green 5 ◦ blue 129

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

Shades of Indigo #540581

Tints of Indigo #540581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

 BLUE value IS 129 (50.78% from 255) = 59.17%

R = 38.53%
G = 2.29%
B = 59.17%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#540581 (or 0x540581) is known color: Indigo. HEX triplet: 54, 05 and 81. RGB value is (84,5,129). Sum of RGB (Red+Green+Blue) = 84+5+129=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 129 (50.78% from 255 or 59.17% from 218); Max value from RGB is 129 - color contains mainly: blue. Hex color #540581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540581 is #ABFA7E. Grayscale: #2A2A2A. Windows color (decimal): -11270783 or 8455508. OLE color: 8455508.

HSL color Cylindrical-coordinate representation of color #540581: hue angle of 278.23º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540581 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 5 129 -
CMYK 0.35 0.96 0 0.49
HSL 278.23º 0.93% 0.26% -
HSV(B) 278.23º 0.96% 0.51% -
XYZ 7.67 3.58 21.06 -
YUV 42.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 84 5 129 0.35 0.96 0 0.49 278.23 0.93 0.26
Hex 54 5 81 23 60 0 31 116 5D 1A
Octal 124 5 201 43 140 0 61 426 135 32
Binary 1010100 101 10000001 100011 1100000 0 110001 100010110 1011101 11010

Color Harmonies of #540581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540581

Black with #540581

Text Example


Text Example

White with #540581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540581; }

 p { color: rgb(84,5,129); }

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

background-color css

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

 a { background-color: rgb(84,5,129); }

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

border-color css

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

 span { border-color: rgb(84,5,129); }

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