Html Css Color HEX #540881 Indigo

📋 copy color: '#540881'

red 84 ◦ green 8 ◦ blue 129

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

Shades of Indigo #540881

Tints of Indigo #540881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 38.01%
G = 3.62%
B = 58.37%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#540881 (or 0x540881) is known color: Indigo. HEX triplet: 54, 08 and 81. RGB value is (84,8,129). Sum of RGB (Red+Green+Blue) = 84+8+129=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #540881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540881 is #ABF77E. Grayscale: #2C2C2C. Windows color (decimal): -11270015 or 8456276. OLE color: 8456276.

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

Color convert

RGB 84 8 129 -
CMYK 0.35 0.94 0 0.49
HSL 277.69º 0.88% 0.27% -
HSV(B) 277.69º 0.94% 0.51% -
XYZ 7.71 3.64 21.07 -
YUV 44.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 84 8 129 0.35 0.94 0 0.49 277.69 0.88 0.27
Hex 54 8 81 23 5E 0 31 116 58 1B
Octal 124 10 201 43 136 0 61 426 130 33
Binary 1010100 1000 10000001 100011 1011110 0 110001 100010110 1011000 11011

Color Harmonies of #540881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540881

Black with #540881

Text Example


Text Example

White with #540881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540881; }

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

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

background-color css

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

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

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

border-color css

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

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

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