Html Css Color HEX #541196 Indigo

📋 copy color: '#541196'

red 84 ◦ green 17 ◦ blue 150

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

Shades of Indigo #541196

Tints of Indigo #541196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 59.76%

R = 33.47%
G = 6.77%
B = 59.76%

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

#541196 (or 0x541196) is known color: Indigo. HEX triplet: 54, 11 and 96. RGB value is (84,17,150). Sum of RGB (Red+Green+Blue) = 84+17+150=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #541196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541196 is #ABEE69. Grayscale: #333333. Windows color (decimal): -11267690 or 9834836. OLE color: 9834836.

HSL color Cylindrical-coordinate representation of color #541196: hue angle of 270.23º 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 #541196 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 17 150 -
CMYK 0.44 0.89 0 0.41
HSL 270.23º 0.8% 0.33% -
HSV(B) 270.23º 0.89% 0.59% -
XYZ 9.36 4.49 29.23 -
YUV 52.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 84 17 150 0.44 0.89 0 0.41 270.23 0.8 0.33
Hex 54 11 96 2C 59 0 29 10E 50 21
Octal 124 21 226 54 131 0 51 416 120 41
Binary 1010100 10001 10010110 101100 1011001 0 101001 100001110 1010000 100001

Color Harmonies of #541196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541196

Black with #541196

Text Example


Text Example

White with #541196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541196; }

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

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

background-color css

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

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

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

border-color css

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

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

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