Html Css Color HEX #541790 Indigo

📋 copy color: '#541790'

red 84 ◦ green 23 ◦ blue 144

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

Shades of Indigo #541790

Tints of Indigo #541790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.16%

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

R = 33.47%
G = 9.16%
B = 57.37%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#541790 (or 0x541790) is known color: Indigo. HEX triplet: 54, 17 and 90. RGB value is (84,23,144). Sum of RGB (Red+Green+Blue) = 84+23+144=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #541790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541790 is #ABE86F. Grayscale: #363636. Windows color (decimal): -11266160 or 9443156. OLE color: 9443156.

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

Color convert

RGB 84 23 144 -
CMYK 0.42 0.84 0 0.44
HSL 270.25º 0.72% 0.33% -
HSV(B) 270.25º 0.84% 0.56% -
XYZ 9 4.51 26.78 -
YUV 55.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 84 23 144 0.42 0.84 0 0.44 270.25 0.72 0.33
Hex 54 17 90 2A 54 0 2C 10E 48 21
Octal 124 27 220 52 124 0 54 416 110 41
Binary 1010100 10111 10010000 101010 1010100 0 101100 100001110 1001000 100001

Color Harmonies of #541790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541790

Black with #541790

Text Example


Text Example

White with #541790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541790; }

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

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

background-color css

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

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

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

border-color css

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

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

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