Html Css Color HEX #541880 Indigo

📋 copy color: '#541880'

red 84 ◦ green 24 ◦ blue 128

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

Shades of Indigo #541880

Tints of Indigo #541880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

 BLUE value IS 128 (50.39% from 255) = 54.24%

R = 35.59%
G = 10.17%
B = 54.24%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#541880 (or 0x541880) is known color: Indigo. HEX triplet: 54, 18 and 80. RGB value is (84,24,128). Sum of RGB (Red+Green+Blue) = 84+24+128=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #541880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541880 is #ABE77F. Grayscale: #353535. Windows color (decimal): -11265920 or 8394836. OLE color: 8394836.

HSL color Cylindrical-coordinate representation of color #541880: hue angle of 274.62º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541880 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 24 128 -
CMYK 0.34 0.81 0 0.50
HSL 274.62º 0.68% 0.3% -
HSV(B) 274.62º 0.81% 0.5% -
XYZ 7.88 4.1 20.8 -
YUV 53.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 84 24 128 0.34 0.81 0 0.50 274.62 0.68 0.3
Hex 54 18 80 22 51 0 32 113 44 1E
Octal 124 30 200 42 121 0 62 423 104 36
Binary 1010100 11000 10000000 100010 1010001 0 110010 100010011 1000100 11110

Color Harmonies of #541880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541880

Black with #541880

Text Example


Text Example

White with #541880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541880; }

 p { color: rgb(84,24,128); }

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

background-color css

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

 a { background-color: rgb(84,24,128); }

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

border-color css

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

 span { border-color: rgb(84,24,128); }

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