#541687

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

Shades of Indigo #541687

Tints of Indigo #541687

Color information

#541687 (or 0x541687) is unknown color: approx Indigo. HEX triplet: 54, 16 and 87. RGB value is (84,22,135). Sum of RGB (Red+Green+Blue) = 84+22+135=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #541687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541687 is #ABE978. Grayscale: #353535. Windows color (decimal): -11266425 or 8853076. OLE color: 8853076.

HSL color Cylindrical-coordinate representation of color #541687: hue angle of 272.92º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541687 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8422135-
CMYK0.380.8400.47
HSL272.92º71.97%30.78%-
HSV(B)272.92º83.7%52.94%-
XYZ8.324.2123.3-
YUV53.42174.04149.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=34.85%
G=9.13%
B=56.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84221350.380.8400.47272.9271.9730.78
Hex541687265402F111481f
Octal124262074612405742111037
Binary1010100101101000011110011010101000101111100010001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541687; }

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

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

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

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

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

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

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

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