#54089B

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

Shades of Indigo #54089B

Tints of Indigo #54089B

Color information

#54089B (or 0x54089B) is unknown color: approx Indigo. HEX triplet: 54, 08 and 9B. RGB value is (84,8,155). Sum of RGB (Red+Green+Blue) = 84+8+155=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #54089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54089B is #ABF764. Grayscale: #2E2E2E. Windows color (decimal): -11269989 or 10160212. OLE color: 10160212.

HSL color Cylindrical-coordinate representation of color #54089B: hue angle of 271.02º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54089B is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB848155-
CMYK0.460.9500.39
HSL271.02º90.18%31.96%-
HSV(B)271.02º94.84%60.78%-
XYZ9.664.4331.36-
YUV47.48188.68154.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 8 (3.52% from 255) = 3.24%
BLUE value IS 155 (60.94% from 255) = 62.75%
R=34.01%
G=3.24%
B=62.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8481550.460.9500.39271.0290.1831.96
Hex5489B2E5F02710f5a20
Octal124102335613704741713240
Binary1010100100010011011101110101111101001111000011111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,8,155); }

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

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

 a { background-color: rgb(84,8,155); }

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

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

 span { border-color: rgb(84,8,155); }

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