Html Css Color HEX #541198 Indigo

📋 copy color: '#541198'

red 84 ◦ green 17 ◦ blue 152

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

Shades of Indigo #541198

Tints of Indigo #541198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.72%

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

R = 33.2%
G = 6.72%
B = 60.08%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#541198 (or 0x541198) is known color: Indigo. HEX triplet: 54, 11 and 98. RGB value is (84,17,152). Sum of RGB (Red+Green+Blue) = 84+17+152=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #541198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541198 is #ABEE67. Grayscale: #333333. Windows color (decimal): -11267688 or 9965908. OLE color: 9965908.

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

Color convert

RGB 84 17 152 -
CMYK 0.45 0.89 0 0.40
HSL 269.78º 0.8% 0.33% -
HSV(B) 269.78º 0.89% 0.6% -
XYZ 9.52 4.55 30.08 -
YUV 52.42 184.2 150.52 -
System Red Green Blue C M Y K H S L
Decimal 84 17 152 0.45 0.89 0 0.40 269.78 0.8 0.33
Hex 54 11 98 2D 59 0 28 10E 50 21
Octal 124 21 230 55 131 0 50 416 120 41
Binary 1010100 10001 10011000 101101 1011001 0 101000 100001110 1010000 100001

Color Harmonies of #541198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541198

Black with #541198

Text Example


Text Example

White with #541198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541198; }

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

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

background-color css

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

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

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

border-color css

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

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

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