Html Css Color HEX #541890 Indigo

📋 copy color: '#541890'

red 84 ◦ green 24 ◦ blue 144

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

Shades of Indigo #541890

Tints of Indigo #541890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

 BLUE value IS 144 (56.64% from 255) = 57.14%

R = 33.33%
G = 9.52%
B = 57.14%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#541890 (or 0x541890) is known color: Indigo. HEX triplet: 54, 18 and 90. RGB value is (84,24,144). Sum of RGB (Red+Green+Blue) = 84+24+144=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #541890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541890 is #ABE76F. Grayscale: #373737. Windows color (decimal): -11265904 or 9443412. OLE color: 9443412.

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

Color convert

RGB 84 24 144 -
CMYK 0.42 0.83 0 0.44
HSL 270º 0.71% 0.33% -
HSV(B) 270º 0.83% 0.56% -
XYZ 9.02 4.55 26.79 -
YUV 55.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 84 24 144 0.42 0.83 0 0.44 270 0.71 0.33
Hex 54 18 90 2A 53 0 2C 10E 47 21
Octal 124 30 220 52 123 0 54 416 107 41
Binary 1010100 11000 10010000 101010 1010011 0 101100 100001110 1000111 100001

Color Harmonies of #541890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541890

Black with #541890

Text Example


Text Example

White with #541890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541890; }

 p { color: rgb(84,24,144); }

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

background-color css

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

 a { background-color: rgb(84,24,144); }

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

border-color css

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

 span { border-color: rgb(84,24,144); }

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