Html Css Color HEX #541096 Indigo

📋 copy color: '#541096'

red 84 ◦ green 16 ◦ blue 150

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

Shades of Indigo #541096

Tints of Indigo #541096

RGB

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

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

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

R = 33.6%
G = 6.4%
B = 60%

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

#541096 (or 0x541096) is known color: Indigo. HEX triplet: 54, 10 and 96. RGB value is (84,16,150). Sum of RGB (Red+Green+Blue) = 84+16+150=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #541096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541096 is #ABEF69. Grayscale: #333333. Windows color (decimal): -11267946 or 9834580. OLE color: 9834580.

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

Color convert

RGB 84 16 150 -
CMYK 0.44 0.89 0 0.41
HSL 270.45º 0.81% 0.33% -
HSV(B) 270.45º 0.89% 0.59% -
XYZ 9.35 4.46 29.22 -
YUV 51.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 84 16 150 0.44 0.89 0 0.41 270.45 0.81 0.33
Hex 54 10 96 2C 59 0 29 10E 51 21
Octal 124 20 226 54 131 0 51 416 121 41
Binary 1010100 10000 10010110 101100 1011001 0 101001 100001110 1010001 100001

Color Harmonies of #541096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541096

Black with #541096

Text Example


Text Example

White with #541096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541096; }

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

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

background-color css

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

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

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

border-color css

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

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

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