#540683

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

Shades of Indigo #540683

Tints of Indigo #540683

Color information

#540683 (or 0x540683) is unknown color: approx Indigo. HEX triplet: 54, 06 and 83. RGB value is (84,6,131). Sum of RGB (Red+Green+Blue) = 84+6+131=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #540683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540683 is #ABF97C. Grayscale: #2B2B2B. Windows color (decimal): -11270525 or 8586836. OLE color: 8586836.

HSL color Cylindrical-coordinate representation of color #540683: hue angle of 277.44º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540683 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB846131-
CMYK0.360.9500.49
HSL277.44º91.24%26.86%-
HSV(B)277.44º95.42%51.37%-
XYZ7.823.6521.77-
YUV43.57177.34156.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 131 (51.56% from 255) = 59.28%
R=38.01%
G=2.71%
B=59.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8461310.360.9500.49277.4491.2426.86
Hex54683245F0311155b1b
Octal12462034413706142513333
Binary10101001101000001110010010111110110001100010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540683; }

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

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

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

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

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

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

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

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