#54188B

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

Shades of Indigo #54188B

Tints of Indigo #54188B

Color information

#54188B (or 0x54188B) is unknown color: approx Indigo. HEX triplet: 54, 18 and 8B. RGB value is (84,24,139). Sum of RGB (Red+Green+Blue) = 84+24+139=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #54188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54188B is #ABE774. Grayscale: #363636. Windows color (decimal): -11265909 or 9115732. OLE color: 9115732.

HSL color Cylindrical-coordinate representation of color #54188B: hue angle of 271.3º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54188B is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8424139-
CMYK0.400.8300.45
HSL271.3º70.55%31.96%-
HSV(B)271.3º82.73%54.51%-
XYZ8.644.424.82-
YUV55.05175.38148.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=34.01%
G=9.72%
B=56.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84241390.400.8300.45271.370.5531.96
Hex54188B285302D10f4720
Octal124302135012305541710740
Binary10101001100010001011101000101001101011011000011111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54188B; }

 p { color: rgb(84,24,139); }

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

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

 a { background-color: rgb(84,24,139); }

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

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

 span { border-color: rgb(84,24,139); }

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