#540665

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

Shades of Indigo #540665

Tints of Indigo #540665

Color information

#540665 (or 0x540665) is unknown color: approx Indigo. HEX triplet: 54, 06 and 65. RGB value is (84,6,101). Sum of RGB (Red+Green+Blue) = 84+6+101=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #540665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540665 is #ABF99A. Grayscale: #272727. Windows color (decimal): -11270555 or 6620756. OLE color: 6620756.

HSL color Cylindrical-coordinate representation of color #540665: hue angle of 289.26º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540665 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB846101-
CMYK0.170.9400.60
HSL289.26º88.79%20.98%-
HSV(B)289.26º94.06%39.61%-
XYZ6.072.9512.56-
YUV40.15162.34159.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 101 (39.84% from 255) = 52.88%
R=43.98%
G=3.14%
B=52.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8461010.170.9400.60289.2688.7920.98
Hex54665115E03C1215915
Octal12461452113607444113125
Binary101010011011001011000110111100111100100100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540665; }

 p { color: rgb(84,6,101); }

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

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

 a { background-color: rgb(84,6,101); }

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

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

 span { border-color: rgb(84,6,101); }

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