#54139E

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

Shades of Indigo #54139E

Tints of Indigo #54139E

Color information

#54139E (or 0x54139E) is unknown color: approx Indigo. HEX triplet: 54, 13 and 9E. RGB value is (84,19,158). Sum of RGB (Red+Green+Blue) = 84+19+158=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #54139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54139E is #ABEC61. Grayscale: #353535. Windows color (decimal): -11267170 or 10359636. OLE color: 10359636.

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

Color convert

RGB8419158-
CMYK0.470.8800.38
HSL268.06º78.53%34.71%-
HSV(B)268.06º87.97%61.96%-
XYZ10.064.8232.75-
YUV54.28186.53149.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 19 (7.81% from 255) = 7.28%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=32.18%
G=7.28%
B=60.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84191580.470.8800.38268.0678.5334.71
Hex54139E2F5802610c4f23
Octal124232365713004641411743
Binary10101001001110011110101111101100001001101000011001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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