#54098B

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

Shades of Indigo #54098B

Tints of Indigo #54098B

Color information

#54098B (or 0x54098B) is unknown color: approx Indigo. HEX triplet: 54, 09 and 8B. RGB value is (84,9,139). Sum of RGB (Red+Green+Blue) = 84+9+139=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #54098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54098B is #ABF674. Grayscale: #2D2D2D. Windows color (decimal): -11269749 or 9111892. OLE color: 9111892.

HSL color Cylindrical-coordinate representation of color #54098B: hue angle of 274.62º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54098B is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB849139-
CMYK0.400.9400.45
HSL274.62º87.84%29.02%-
HSV(B)274.62º93.53%54.51%-
XYZ8.413.9424.74-
YUV46.24180.35154.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 9 (3.91% from 255) = 3.88%
BLUE value IS 139 (54.69% from 255) = 59.91%
R=36.21%
G=3.88%
B=59.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8491390.400.9400.45274.6287.8429.02
Hex5498B285E02D113581d
Octal124112135013605542313035
Binary101010010011000101110100010111100101101100010011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,9,139); }

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

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

 a { background-color: rgb(84,9,139); }

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

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

 span { border-color: rgb(84,9,139); }

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