#54117B

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

Shades of Indigo #54117B

Tints of Indigo #54117B

Color information

#54117B (or 0x54117B) is unknown color: approx Indigo. HEX triplet: 54, 11 and 7B. RGB value is (84,17,123). Sum of RGB (Red+Green+Blue) = 84+17+123=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #54117B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54117B is #ABEE84. Grayscale: #303030. Windows color (decimal): -11267717 or 8065364. OLE color: 8065364.

HSL color Cylindrical-coordinate representation of color #54117B: hue angle of 277.92º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54117B is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8417123-
CMYK0.320.8600.52
HSL277.92º75.71%27.45%-
HSV(B)277.92º86.18%48.24%-
XYZ7.433.7219.06-
YUV49.12169.7152.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 123 (48.44% from 255) = 54.91%
R=37.5%
G=7.59%
B=54.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84171230.320.8600.52277.9275.7127.45
Hex54117B20560341164c1b
Octal124211734012606442611433
Binary101010010001111101110000010101100110100100010110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,17,123); }

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

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

 a { background-color: rgb(84,17,123); }

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

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

 span { border-color: rgb(84,17,123); }

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