Html Css Color HEX #541799 Indigo

📋 copy color: '#541799'

red 84 ◦ green 23 ◦ blue 153

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

Shades of Indigo #541799

Tints of Indigo #541799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.85%

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

R = 32.31%
G = 8.85%
B = 58.85%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#541799 (or 0x541799) is known color: Indigo. HEX triplet: 54, 17 and 99. RGB value is (84,23,153). Sum of RGB (Red+Green+Blue) = 84+23+153=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #541799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541799 is #ABE866. Grayscale: #373737. Windows color (decimal): -11266151 or 10032980. OLE color: 10032980.

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

Color convert

RGB 84 23 153 -
CMYK 0.45 0.85 0 0.4
HSL 268.15º 0.74% 0.35% -
HSV(B) 268.15º 0.85% 0.6% -
XYZ 9.71 4.8 30.55 -
YUV 56.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 84 23 153 0.45 0.85 0 0.4 268.15 0.74 0.35
Hex 54 17 99 2D 55 0 28 10C 4A 23
Octal 124 27 231 55 125 0 50 414 112 43
Binary 1010100 10111 10011001 101101 1010101 0 101000 100001100 1001010 100011

Color Harmonies of #541799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541799

Black with #541799

Text Example


Text Example

White with #541799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541799; }

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

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

background-color css

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

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

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

border-color css

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

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

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