#54199E

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

Shades of Indigo #54199E

Tints of Indigo #54199E

Color information

#54199E (or 0x54199E) is unknown color: approx Indigo. HEX triplet: 54, 19 and 9E. RGB value is (84,25,158). Sum of RGB (Red+Green+Blue) = 84+25+158=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #54199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54199E is #ABE661. Grayscale: #393939. Windows color (decimal): -11265634 or 10361172. OLE color: 10361172.

HSL color Cylindrical-coordinate representation of color #54199E: hue angle of 266.62º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #54199E is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8425158-
CMYK0.470.8400.38
HSL266.62º72.68%35.88%-
HSV(B)266.62º84.18%61.96%-
XYZ10.185.0532.79-
YUV57.8184.55146.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=31.46%
G=9.36%
B=59.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84251580.470.8400.38266.6272.6835.88
Hex54199E2F5402610b4924
Octal124312365712404641311144
Binary10101001100110011110101111101010001001101000010111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54199E; }

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

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

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

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

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

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

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

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