Html Css Color HEX #541577 Indigo

📋 copy color: '#541577'

red 84 ◦ green 21 ◦ blue 119

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

Shades of Indigo #541577

Tints of Indigo #541577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 37.5%
G = 9.38%
B = 53.13%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#541577 (or 0x541577) is known color: Indigo. HEX triplet: 54, 15 and 77. RGB value is (84,21,119). Sum of RGB (Red+Green+Blue) = 84+21+119=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #541577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541577 is #ABEA88. Grayscale: #323232. Windows color (decimal): -11266697 or 7804244. OLE color: 7804244.

HSL color Cylindrical-coordinate representation of color #541577: hue angle of 278.57º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541577 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 21 119 -
CMYK 0.29 0.82 0 0.53
HSL 278.57º 0.7% 0.27% -
HSV(B) 278.57º 0.82% 0.47% -
XYZ 7.25 3.75 17.79 -
YUV 51.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 84 21 119 0.29 0.82 0 0.53 278.57 0.7 0.27
Hex 54 15 77 1D 52 0 35 117 46 1B
Octal 124 25 167 35 122 0 65 427 106 33
Binary 1010100 10101 1110111 11101 1010010 0 110101 100010111 1000110 11011

Color Harmonies of #541577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541577

Black with #541577

Text Example


Text Example

White with #541577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541577; }

 p { color: rgb(84,21,119); }

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

background-color css

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

 a { background-color: rgb(84,21,119); }

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

border-color css

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

 span { border-color: rgb(84,21,119); }

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