Html Css Color HEX #541380 Indigo

📋 copy color: '#541380'

red 84 ◦ green 19 ◦ blue 128

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

Shades of Indigo #541380

Tints of Indigo #541380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.23%

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

R = 36.36%
G = 8.23%
B = 55.41%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#541380 (or 0x541380) is known color: Indigo. HEX triplet: 54, 13 and 80. RGB value is (84,19,128). Sum of RGB (Red+Green+Blue) = 84+19+128=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #541380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541380 is #ABEC7F. Grayscale: #323232. Windows color (decimal): -11267200 or 8393556. OLE color: 8393556.

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

Color convert

RGB 84 19 128 -
CMYK 0.34 0.85 0 0.50
HSL 275.78º 0.74% 0.29% -
HSV(B) 275.78º 0.85% 0.5% -
XYZ 7.79 3.91 20.77 -
YUV 50.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 84 19 128 0.34 0.85 0 0.50 275.78 0.74 0.29
Hex 54 13 80 22 55 0 32 114 4A 1D
Octal 124 23 200 42 125 0 62 424 112 35
Binary 1010100 10011 10000000 100010 1010101 0 110010 100010100 1001010 11101

Color Harmonies of #541380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541380

Black with #541380

Text Example


Text Example

White with #541380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541380; }

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

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

background-color css

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

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

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

border-color css

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

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

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