#54178B

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

Shades of Indigo #54178B

Tints of Indigo #54178B

Color information

#54178B (or 0x54178B) is unknown color: approx Indigo. HEX triplet: 54, 17 and 8B. RGB value is (84,23,139). Sum of RGB (Red+Green+Blue) = 84+23+139=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #54178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54178B is #ABE874. Grayscale: #363636. Windows color (decimal): -11266165 or 9115476. OLE color: 9115476.

HSL color Cylindrical-coordinate representation of color #54178B: hue angle of 271.55º degrees, saturation: 0.72, 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 #54178B is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8423139-
CMYK0.400.8300.45
HSL271.55º71.6%31.76%-
HSV(B)271.55º83.45%54.51%-
XYZ8.624.3624.81-
YUV54.46175.71149.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.15%
GREEN value IS 23 (9.38% from 255) = 9.35%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=34.15%
G=9.35%
B=56.50%

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
Decimal84231390.400.8300.45271.5571.631.76
Hex54178B285302D1104820
Octal124272135012305542011040
Binary10101001011110001011101000101001101011011000100001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54178B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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