Html Css Color HEX #541090 Indigo

📋 copy color: '#541090'

red 84 ◦ green 16 ◦ blue 144

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

Shades of Indigo #541090

Tints of Indigo #541090

RGB

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

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

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

R = 34.43%
G = 6.56%
B = 59.02%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#541090 (or 0x541090) is known color: Indigo. HEX triplet: 54, 10 and 90. RGB value is (84,16,144). Sum of RGB (Red+Green+Blue) = 84+16+144=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #541090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541090 is #ABEF6F. Grayscale: #323232. Windows color (decimal): -11267952 or 9441364. OLE color: 9441364.

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

Color convert

RGB 84 16 144 -
CMYK 0.42 0.89 0 0.44
HSL 271.88º 0.8% 0.31% -
HSV(B) 271.88º 0.89% 0.56% -
XYZ 8.88 4.27 26.74 -
YUV 50.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 84 16 144 0.42 0.89 0 0.44 271.88 0.8 0.31
Hex 54 10 90 2A 59 0 2C 110 50 1F
Octal 124 20 220 52 131 0 54 420 120 37
Binary 1010100 10000 10010000 101010 1011001 0 101100 100010000 1010000 11111

Color Harmonies of #541090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541090

Black with #541090

Text Example


Text Example

White with #541090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541090; }

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

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

background-color css

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

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

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

border-color css

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

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

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