#54198A

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

Shades of Indigo #54198A

Tints of Indigo #54198A

Color information

#54198A (or 0x54198A) is unknown color: approx Indigo. HEX triplet: 54, 19 and 8A. RGB value is (84,25,138). Sum of RGB (Red+Green+Blue) = 84+25+138=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #54198A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54198A is #ABE675. Grayscale: #373737. Windows color (decimal): -11265654 or 9050452. OLE color: 9050452.

HSL color Cylindrical-coordinate representation of color #54198A: hue angle of 271.33º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54198A is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8425138-
CMYK0.390.8200.46
HSL271.33º69.33%31.96%-
HSV(B)271.33º81.88%54.12%-
XYZ8.594.4224.44-
YUV55.52174.55148.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 138 (54.30% from 255) = 55.87%
R=34.01%
G=10.12%
B=55.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84251380.390.8200.46271.3369.3331.96
Hex54198A275202E10f4520
Octal124312124712205641710540
Binary10101001100110001010100111101001001011101000011111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54198A; }

 p { color: rgb(84,25,138); }

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

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

 a { background-color: rgb(84,25,138); }

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

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

 span { border-color: rgb(84,25,138); }

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