#540582

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

Shades of Indigo #540582

Tints of Indigo #540582

Color information

#540582 (or 0x540582) is unknown color: approx Indigo. HEX triplet: 54, 05 and 82. RGB value is (84,5,130). Sum of RGB (Red+Green+Blue) = 84+5+130=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #540582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540582 is #ABFA7D. Grayscale: #2A2A2A. Windows color (decimal): -11270782 or 8521044. OLE color: 8521044.

HSL color Cylindrical-coordinate representation of color #540582: hue angle of 277.92º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540582 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB845130-
CMYK0.350.9600.49
HSL277.92º92.59%26.47%-
HSV(B)277.92º96.15%50.98%-
XYZ7.743.6121.41-
YUV42.87177.17157.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 5 (2.34% from 255) = 2.28%
BLUE value IS 130 (51.17% from 255) = 59.36%
R=38.36%
G=2.28%
B=59.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8451300.350.9600.49277.9292.5926.47
Hex5458223600311165d1a
Octal12452024314006142613532
Binary10101001011000001010001111000000110001100010110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540582; }

 p { color: rgb(84,5,130); }

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

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

 a { background-color: rgb(84,5,130); }

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

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

 span { border-color: rgb(84,5,130); }

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