Html Css Color HEX #541095 Indigo

📋 copy color: '#541095'

red 84 ◦ green 16 ◦ blue 149

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

Shades of Indigo #541095

Tints of Indigo #541095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

 BLUE value IS 149 (58.59% from 255) = 59.84%

R = 33.73%
G = 6.43%
B = 59.84%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#541095 (or 0x541095) is known color: Indigo. HEX triplet: 54, 10 and 95. RGB value is (84,16,149). Sum of RGB (Red+Green+Blue) = 84+16+149=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #541095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541095 is #ABEF6A. Grayscale: #333333. Windows color (decimal): -11267947 or 9769044. OLE color: 9769044.

HSL color Cylindrical-coordinate representation of color #541095: hue angle of 270.68º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #541095 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 16 149 -
CMYK 0.44 0.89 0 0.42
HSL 270.68º 0.81% 0.32% -
HSV(B) 270.68º 0.89% 0.58% -
XYZ 9.27 4.43 28.8 -
YUV 51.49 183.03 151.19 -
System Red Green Blue C M Y K H S L
Decimal 84 16 149 0.44 0.89 0 0.42 270.68 0.81 0.32
Hex 54 10 95 2C 59 0 2A 10F 51 20
Octal 124 20 225 54 131 0 52 417 121 40
Binary 1010100 10000 10010101 101100 1011001 0 101010 100001111 1010001 100000

Color Harmonies of #541095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541095

Black with #541095

Text Example


Text Example

White with #541095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541095; }

 p { color: rgb(84,16,149); }

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

background-color css

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

 a { background-color: rgb(84,16,149); }

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

border-color css

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

 span { border-color: rgb(84,16,149); }

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