#540165

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

Shades of Indigo #540165

Tints of Indigo #540165

Color information

#540165 (or 0x540165) is unknown color: approx Indigo. HEX triplet: 54, 01 and 65. RGB value is (84,1,101). Sum of RGB (Red+Green+Blue) = 84+1+101=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #540165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540165 is #ABFE9A. Grayscale: #242424. Windows color (decimal): -11271835 or 6619476. OLE color: 6619476.

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

Color convert

RGB841101-
CMYK0.170.9900.60
HSL289.8º98.04%20%-
HSV(B)289.8º99.01%39.61%-
XYZ6.022.8512.54-
YUV37.22164161.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 101 (39.84% from 255) = 54.30%
R=45.16%
G=0.54%
B=54.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8411010.170.9900.60289.898.0420
Hex54165116303C1226214
Octal12411452114307444214224
Binary1010100111001011000111000110111100100100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540165; }

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

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

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

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

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

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

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

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