#54157A

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

Shades of Indigo #54157A

Tints of Indigo #54157A

Color information

#54157A (or 0x54157A) is unknown color: approx Indigo. HEX triplet: 54, 15 and 7A. RGB value is (84,21,122). Sum of RGB (Red+Green+Blue) = 84+21+122=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #54157A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54157A is #ABEA85. Grayscale: #333333. Windows color (decimal): -11266694 or 8000852. OLE color: 8000852.

HSL color Cylindrical-coordinate representation of color #54157A: hue angle of 277.43º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54157A is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8421122-
CMYK0.310.8300.52
HSL277.43º70.63%28.04%-
HSV(B)277.43º82.79%47.84%-
XYZ7.443.8318.76-
YUV51.35167.87151.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=37.00%
G=9.25%
B=53.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84211220.310.8300.52277.4370.6328.04
Hex54157A1F53034115471c
Octal124251723712306442510734
Binary10101001010111110101111110100110110100100010101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54157A; }

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

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

<style>
 a { background-color: #54157A; }

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

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

<style>
 span { border-color: #54157A; }

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

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