Html Css Color HEX #541099 Indigo

📋 copy color: '#541099'

red 84 ◦ green 16 ◦ blue 153

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

Shades of Indigo #541099

Tints of Indigo #541099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.32%

 BLUE value IS 153 (60.16% from 255) = 60.47%

R = 33.2%
G = 6.32%
B = 60.47%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#541099 (or 0x541099) is known color: Indigo. HEX triplet: 54, 10 and 99. RGB value is (84,16,153). Sum of RGB (Red+Green+Blue) = 84+16+153=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #541099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541099 is #ABEF66. Grayscale: #333333. Windows color (decimal): -11267943 or 10031188. OLE color: 10031188.

HSL color Cylindrical-coordinate representation of color #541099: hue angle of 269.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #541099 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 16 153 -
CMYK 0.45 0.90 0 0.4
HSL 269.78º 0.81% 0.33% -
HSV(B) 269.78º 0.9% 0.6% -
XYZ 9.59 4.56 30.51 -
YUV 51.95 185.03 150.86 -
System Red Green Blue C M Y K H S L
Decimal 84 16 153 0.45 0.90 0 0.4 269.78 0.81 0.33
Hex 54 10 99 2D 5A 0 28 10E 51 21
Octal 124 20 231 55 132 0 50 416 121 41
Binary 1010100 10000 10011001 101101 1011010 0 101000 100001110 1010001 100001

Color Harmonies of #541099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541099

Black with #541099

Text Example


Text Example

White with #541099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541099; }

 p { color: rgb(84,16,153); }

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

background-color css

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

 a { background-color: rgb(84,16,153); }

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

border-color css

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

 span { border-color: rgb(84,16,153); }

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