#541778

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

Shades of Indigo #541778

Tints of Indigo #541778

Color information

#541778 (or 0x541778) is unknown color: approx Indigo. HEX triplet: 54, 17 and 78. RGB value is (84,23,120). Sum of RGB (Red+Green+Blue) = 84+23+120=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #541778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541778 is #ABE887. Grayscale: #333333. Windows color (decimal): -11266184 or 7870292. OLE color: 7870292.

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

Color convert

RGB8423120-
CMYK0.30.8100.53
HSL277.73º67.83%28.04%-
HSV(B)277.73º80.83%47.06%-
XYZ7.353.8518.13-
YUV52.3166.21150.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 23 (9.38% from 255) = 10.13%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=37.00%
G=10.13%
B=52.86%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84231200.30.8100.53277.7367.8328.04
Hex5417781E51035116441c
Octal124271703612106542610434
Binary10101001011111110001111010100010110101100010110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541778; }

 p { color: rgb(84,23,120); }

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

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

 a { background-color: rgb(84,23,120); }

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

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

 span { border-color: rgb(84,23,120); }

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