#540A88

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

Shades of Indigo #540A88

Tints of Indigo #540A88

Color information

#540A88 (or 0x540A88) is unknown color: approx Indigo. HEX triplet: 54, 0A and 88. RGB value is (84,10,136). Sum of RGB (Red+Green+Blue) = 84+10+136=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #540A88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540A88 is #ABF577. Grayscale: #2E2E2E. Windows color (decimal): -11269496 or 8915540. OLE color: 8915540.

HSL color Cylindrical-coordinate representation of color #540A88: hue angle of 275.24º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540A88 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8410136-
CMYK0.380.9300.47
HSL275.24º86.3%28.63%-
HSV(B)275.24º92.65%53.33%-
XYZ8.213.8823.61-
YUV46.49178.52154.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 10 (4.30% from 255) = 4.35%
BLUE value IS 136 (53.52% from 255) = 59.13%
R=36.52%
G=4.35%
B=59.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84101360.380.9300.47275.2486.328.63
Hex54A88265D02F113561d
Octal124122104613505742312635
Binary101010010101000100010011010111010101111100010011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540A88; }

 p { color: rgb(84,10,136); }

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

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

 a { background-color: rgb(84,10,136); }

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

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

 span { border-color: rgb(84,10,136); }

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