#541675

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

Shades of Indigo #541675

Tints of Indigo #541675

Color information

#541675 (or 0x541675) is unknown color: approx Indigo. HEX triplet: 54, 16 and 75. RGB value is (84,22,117). Sum of RGB (Red+Green+Blue) = 84+22+117=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #541675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541675 is #ABE98A. Grayscale: #333333. Windows color (decimal): -11266443 or 7673428. OLE color: 7673428.

HSL color Cylindrical-coordinate representation of color #541675: hue angle of 279.16º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541675 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8422117-
CMYK0.280.8100.54
HSL279.16º68.35%27.25%-
HSV(B)279.16º81.2%45.88%-
XYZ7.153.7417.18-
YUV51.37165.04151.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.67%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=37.67%
G=9.87%
B=52.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84221170.280.8100.54279.1668.3527.25
Hex5416751C51036117441b
Octal124261653412106642710433
Binary10101001011011101011110010100010110110100010111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541675; }

 p { color: rgb(84,22,117); }

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

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

 a { background-color: rgb(84,22,117); }

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

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

 span { border-color: rgb(84,22,117); }

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