#540277

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

Shades of Indigo #540277

Tints of Indigo #540277

Color information

#540277 (or 0x540277) is unknown color: approx Indigo. HEX triplet: 54, 02 and 77. RGB value is (84,2,119). Sum of RGB (Red+Green+Blue) = 84+2+119=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #540277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540277 is #ABFD88. Grayscale: #272727. Windows color (decimal): -11271561 or 7799380. OLE color: 7799380.

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

Color convert

RGB842119-
CMYK0.290.9800.53
HSL282.05º96.69%23.73%-
HSV(B)282.05º98.32%46.67%-
XYZ7.013.2617.71-
YUV39.86172.67159.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.98%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 119 (46.88% from 255) = 58.05%
R=40.98%
G=0.98%
B=58.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8421190.290.9800.53282.0596.6923.73
Hex542771D6203511a6118
Octal12421673514206543214130
Binary10101001011101111110111000100110101100011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540277; }

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

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

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

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

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

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

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

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