#540291

Color #540291 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #540291

Tints of Indigo #540291

Color information

#540291 (or 0x540291) is unknown color: approx Indigo. HEX triplet: 54, 02 and 91. RGB value is (84,2,145). Sum of RGB (Red+Green+Blue) = 84+2+145=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #540291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540291 is #ABFD6E. Grayscale: #2A2A2A. Windows color (decimal): -11271535 or 9503316. OLE color: 9503316.

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

Color convert

RGB842145-
CMYK0.420.9900.43
HSL274.41º97.28%28.82%-
HSV(B)274.41º98.62%56.86%-
XYZ8.793.9727.09-
YUV42.82185.67157.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 145 (57.03% from 255) = 62.77%
R=36.36%
G=0.87%
B=62.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8421450.420.9900.43274.4197.2828.82
Hex542912A6302B112611d
Octal12422215214305342214135
Binary1010100101001000110101011000110101011100010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540291; }

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

 H1.HeaderClassName
 {
   color: #540291;
 }
 .AnyTagClassName
 {
   color: #540291;
 }
</style>
background-color css

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

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

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

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

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

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