#540286

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

Shades of Indigo #540286

Tints of Indigo #540286

Color information

#540286 (or 0x540286) is unknown color: approx Indigo. HEX triplet: 54, 02 and 86. RGB value is (84,2,134). Sum of RGB (Red+Green+Blue) = 84+2+134=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #540286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540286 is #ABFD79. Grayscale: #292929. Windows color (decimal): -11271546 or 8782420. OLE color: 8782420.

HSL color Cylindrical-coordinate representation of color #540286: hue angle of 277.27º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540286 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB842134-
CMYK0.370.9900.47
HSL277.27º97.06%26.67%-
HSV(B)277.27º98.51%52.55%-
XYZ7.983.6522.84-
YUV41.57180.17158.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 134 (52.73% from 255) = 60.91%
R=38.18%
G=0.91%
B=60.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8421340.370.9900.47277.2797.0626.67
Hex54286256302F115611b
Octal12422064514305742514133
Binary1010100101000011010010111000110101111100010101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540286; }

 p { color: rgb(84,2,134); }

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

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

 a { background-color: rgb(84,2,134); }

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

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

 span { border-color: rgb(84,2,134); }

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