Html Css Color HEX #541999 Indigo

📋 copy color: '#541999'

red 84 ◦ green 25 ◦ blue 153

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

Shades of Indigo #541999

Tints of Indigo #541999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

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

R = 32.06%
G = 9.54%
B = 58.4%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#541999 (or 0x541999) is known color: Indigo. HEX triplet: 54, 19 and 99. RGB value is (84,25,153). Sum of RGB (Red+Green+Blue) = 84+25+153=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #541999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541999 is #ABE666. Grayscale: #383838. Windows color (decimal): -11265639 or 10033492. OLE color: 10033492.

HSL color Cylindrical-coordinate representation of color #541999: hue angle of 267.66º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541999 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 25 153 -
CMYK 0.45 0.84 0 0.4
HSL 267.66º 0.72% 0.35% -
HSV(B) 267.66º 0.84% 0.6% -
XYZ 9.75 4.88 30.56 -
YUV 57.23 182.05 147.09 -
System Red Green Blue C M Y K H S L
Decimal 84 25 153 0.45 0.84 0 0.4 267.66 0.72 0.35
Hex 54 19 99 2D 54 0 28 10C 48 23
Octal 124 31 231 55 124 0 50 414 110 43
Binary 1010100 11001 10011001 101101 1010100 0 101000 100001100 1001000 100011

Color Harmonies of #541999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541999

Black with #541999

Text Example


Text Example

White with #541999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541999; }

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

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

background-color css

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

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

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

border-color css

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

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

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