Html Css Color HEX #541290 Indigo

📋 copy color: '#541290'

red 84 ◦ green 18 ◦ blue 144

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

Shades of Indigo #541290

Tints of Indigo #541290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

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

R = 34.15%
G = 7.32%
B = 58.54%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#541290 (or 0x541290) is known color: Indigo. HEX triplet: 54, 12 and 90. RGB value is (84,18,144). Sum of RGB (Red+Green+Blue) = 84+18+144=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #541290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541290 is #ABED6F. Grayscale: #333333. Windows color (decimal): -11267440 or 9441876. OLE color: 9441876.

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

Color convert

RGB 84 18 144 -
CMYK 0.42 0.88 0 0.44
HSL 271.43º 0.78% 0.32% -
HSV(B) 271.43º 0.88% 0.56% -
XYZ 8.91 4.33 26.75 -
YUV 52.1 179.87 150.75 -
System Red Green Blue C M Y K H S L
Decimal 84 18 144 0.42 0.88 0 0.44 271.43 0.78 0.32
Hex 54 12 90 2A 58 0 2C 10F 4E 20
Octal 124 22 220 52 130 0 54 417 116 40
Binary 1010100 10010 10010000 101010 1011000 0 101100 100001111 1001110 100000

Color Harmonies of #541290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541290

Black with #541290

Text Example


Text Example

White with #541290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541290; }

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

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

background-color css

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

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

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

border-color css

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

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

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