#540667

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

Shades of Indigo #540667

Tints of Indigo #540667

Color information

#540667 (or 0x540667) is unknown color: approx Indigo. HEX triplet: 54, 06 and 67. RGB value is (84,6,103). Sum of RGB (Red+Green+Blue) = 84+6+103=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #540667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540667 is #ABF998. Grayscale: #282828. Windows color (decimal): -11270553 or 6751828. OLE color: 6751828.

HSL color Cylindrical-coordinate representation of color #540667: hue angle of 288.25º 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 #540667 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB846103-
CMYK0.180.9400.60
HSL288.25º88.99%21.37%-
HSV(B)288.25º94.17%40.39%-
XYZ6.172.9913.08-
YUV40.38163.34159.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 103 (40.62% from 255) = 53.37%
R=43.52%
G=3.11%
B=53.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8461030.180.9400.60288.2588.9921.37
Hex54667125E03C1205915
Octal12461472213607444013125
Binary101010011011001111001010111100111100100100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540667; }

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

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

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

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

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

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

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

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