Html Css Color HEX #541891 Indigo

📋 copy color: '#541891'

red 84 ◦ green 24 ◦ blue 145

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

Shades of Indigo #541891

Tints of Indigo #541891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 57.31%

R = 33.2%
G = 9.49%
B = 57.31%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#541891 (or 0x541891) is known color: Indigo. HEX triplet: 54, 18 and 91. RGB value is (84,24,145). Sum of RGB (Red+Green+Blue) = 84+24+145=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #541891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541891 is #ABE76E. Grayscale: #373737. Windows color (decimal): -11265903 or 9508948. OLE color: 9508948.

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

Color convert

RGB 84 24 145 -
CMYK 0.42 0.83 0 0.43
HSL 269.75º 0.72% 0.33% -
HSV(B) 269.75º 0.83% 0.57% -
XYZ 9.09 4.58 27.19 -
YUV 55.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 84 24 145 0.42 0.83 0 0.43 269.75 0.72 0.33
Hex 54 18 91 2A 53 0 2B 10E 48 21
Octal 124 30 221 52 123 0 53 416 110 41
Binary 1010100 11000 10010001 101010 1010011 0 101011 100001110 1001000 100001

Color Harmonies of #541891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541891

Black with #541891

Text Example


Text Example

White with #541891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541891; }

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

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

background-color css

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

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

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

border-color css

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

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

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