#54089F

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

Shades of Indigo #54089F

Tints of Indigo #54089F

Color information

#54089F (or 0x54089F) is unknown color: approx Indigo. HEX triplet: 54, 08 and 9F. RGB value is (84,8,159). Sum of RGB (Red+Green+Blue) = 84+8+159=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #54089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54089F is #ABF760. Grayscale: #2F2F2F. Windows color (decimal): -11269985 or 10422356. OLE color: 10422356.

HSL color Cylindrical-coordinate representation of color #54089F: hue angle of 270.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54089F is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB848159-
CMYK0.470.9500.38
HSL270.2º90.42%32.75%-
HSV(B)270.2º94.97%62.35%-
XYZ104.5633.15-
YUV47.94190.68153.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.47%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 159 (62.5% from 255) = 63.35%
R=33.47%
G=3.19%
B=63.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8481590.470.9500.38270.290.4232.75
Hex5489F2F5F02610e5a21
Octal124102375713704641613241
Binary1010100100010011111101111101111101001101000011101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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