Html Css Color HEX #541498 Indigo

📋 copy color: '#541498'

red 84 ◦ green 20 ◦ blue 152

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

Shades of Indigo #541498

Tints of Indigo #541498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

 BLUE value IS 152 (59.77% from 255) = 59.38%

R = 32.81%
G = 7.81%
B = 59.38%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#541498 (or 0x541498) is known color: Indigo. HEX triplet: 54, 14 and 98. RGB value is (84,20,152). Sum of RGB (Red+Green+Blue) = 84+20+152=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #541498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541498 is #ABEB67. Grayscale: #353535. Windows color (decimal): -11266920 or 9966676. OLE color: 9966676.

HSL color Cylindrical-coordinate representation of color #541498: hue angle of 269.09º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541498 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 20 152 -
CMYK 0.45 0.87 0 0.40
HSL 269.09º 0.77% 0.34% -
HSV(B) 269.09º 0.87% 0.6% -
XYZ 9.57 4.65 30.1 -
YUV 54.18 183.2 149.27 -
System Red Green Blue C M Y K H S L
Decimal 84 20 152 0.45 0.87 0 0.40 269.09 0.77 0.34
Hex 54 14 98 2D 57 0 28 10D 4D 22
Octal 124 24 230 55 127 0 50 415 115 42
Binary 1010100 10100 10011000 101101 1010111 0 101000 100001101 1001101 100010

Color Harmonies of #541498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541498

Black with #541498

Text Example


Text Example

White with #541498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541498; }

 p { color: rgb(84,20,152); }

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

background-color css

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

 a { background-color: rgb(84,20,152); }

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

border-color css

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

 span { border-color: rgb(84,20,152); }

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