#54158F

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

Shades of Indigo #54158F

Tints of Indigo #54158F

Color information

#54158F (or 0x54158F) is unknown color: approx Indigo. HEX triplet: 54, 15 and 8F. RGB value is (84,21,143). Sum of RGB (Red+Green+Blue) = 84+21+143=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #54158F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54158F is #ABEA70. Grayscale: #353535. Windows color (decimal): -11266673 or 9377108. OLE color: 9377108.

HSL color Cylindrical-coordinate representation of color #54158F: hue angle of 270.98º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54158F is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8421143-
CMYK0.410.8500.44
HSL270.98º74.39%32.16%-
HSV(B)270.98º85.31%56.08%-
XYZ8.884.426.37-
YUV53.74178.37149.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.87%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 143 (56.25% from 255) = 57.66%
R=33.87%
G=8.47%
B=57.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84211430.410.8500.44270.9874.3932.16
Hex54158F295502C10f4a20
Octal124252175112505441711240
Binary10101001010110001111101001101010101011001000011111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54158F; }

 p { color: rgb(84,21,143); }

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

<style>
 a { background-color: #54158F; }

 a { background-color: rgb(84,21,143); }

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

<style>
 span { border-color: #54158F; }

 span { border-color: rgb(84,21,143); }

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