#54098A

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

Shades of Indigo #54098A

Tints of Indigo #54098A

Color information

#54098A (or 0x54098A) is unknown color: approx Indigo. HEX triplet: 54, 09 and 8A. RGB value is (84,9,138). Sum of RGB (Red+Green+Blue) = 84+9+138=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #54098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54098A is #ABF675. Grayscale: #2D2D2D. Windows color (decimal): -11269750 or 9046356. OLE color: 9046356.

HSL color Cylindrical-coordinate representation of color #54098A: hue angle of 274.88º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54098A is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB849138-
CMYK0.390.9300.46
HSL274.88º87.76%28.82%-
HSV(B)274.88º93.48%54.12%-
XYZ8.343.9224.36-
YUV46.13179.85155.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 9 (3.91% from 255) = 3.90%
BLUE value IS 138 (54.30% from 255) = 59.74%
R=36.36%
G=3.90%
B=59.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8491380.390.9300.46274.8887.7628.82
Hex5498A275D02E113581d
Octal124112124713505642313035
Binary101010010011000101010011110111010101110100010011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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