#540271

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

Shades of Indigo #540271

Tints of Indigo #540271

Color information

#540271 (or 0x540271) is unknown color: approx Indigo. HEX triplet: 54, 02 and 71. RGB value is (84,2,113). Sum of RGB (Red+Green+Blue) = 84+2+113=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #540271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540271 is #ABFD8E. Grayscale: #262626. Windows color (decimal): -11271567 or 7406164. OLE color: 7406164.

HSL color Cylindrical-coordinate representation of color #540271: hue angle of 284.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540271 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB842113-
CMYK0.260.9800.56
HSL284.32º96.52%22.55%-
HSV(B)284.32º98.23%44.31%-
XYZ6.663.1215.87-
YUV39.17169.67159.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 113 (44.53% from 255) = 56.78%
R=42.21%
G=1.01%
B=56.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8421130.260.9800.56284.3296.5222.55
Hex542711A6203811c6117
Octal12421613214207043414127
Binary10101001011100011101011000100111000100011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540271; }

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

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

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

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

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

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

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

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