#541071

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

Shades of Indigo #541071

Tints of Indigo #541071

Color information

#541071 (or 0x541071) is unknown color: approx Indigo. HEX triplet: 54, 10 and 71. RGB value is (84,16,113). Sum of RGB (Red+Green+Blue) = 84+16+113=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #541071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541071 is #ABEF8E. Grayscale: #2F2F2F. Windows color (decimal): -11267983 or 7409748. OLE color: 7409748.

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

Color convert

RGB8416113-
CMYK0.260.8600.56
HSL282.06º75.19%25.29%-
HSV(B)282.06º85.84%44.31%-
XYZ6.823.4515.93-
YUV47.39165.03154.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=39.44%
G=7.51%
B=53.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84161130.260.8600.56282.0675.1925.29
Hex5410711A5603811a4b19
Octal124201613212607043211331
Binary10101001000011100011101010101100111000100011010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541071; }

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

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

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

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

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

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

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

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