Html Css Color HEX #541197 Indigo

📋 copy color: '#541197'

red 84 ◦ green 17 ◦ blue 151

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

Shades of Indigo #541197

Tints of Indigo #541197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.92%

R = 33.33%
G = 6.75%
B = 59.92%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#541197 (or 0x541197) is known color: Indigo. HEX triplet: 54, 11 and 97. RGB value is (84,17,151). Sum of RGB (Red+Green+Blue) = 84+17+151=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #541197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541197 is #ABEE68. Grayscale: #333333. Windows color (decimal): -11267689 or 9900372. OLE color: 9900372.

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

Color convert

RGB 84 17 151 -
CMYK 0.44 0.89 0 0.41
HSL 270º 0.8% 0.33% -
HSV(B) 270º 0.89% 0.59% -
XYZ 9.44 4.52 29.65 -
YUV 52.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 84 17 151 0.44 0.89 0 0.41 270 0.8 0.33
Hex 54 11 97 2C 59 0 29 10E 50 21
Octal 124 21 227 54 131 0 51 416 120 41
Binary 1010100 10001 10010111 101100 1011001 0 101001 100001110 1010000 100001

Color Harmonies of #541197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541197

Black with #541197

Text Example


Text Example

White with #541197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541197; }

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

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

background-color css

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

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

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

border-color css

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

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

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