#54099C

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

Shades of Indigo #54099C

Tints of Indigo #54099C

Color information

#54099C (or 0x54099C) is unknown color: approx Indigo. HEX triplet: 54, 09 and 9C. RGB value is (84,9,156). Sum of RGB (Red+Green+Blue) = 84+9+156=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #54099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54099C is #ABF663. Grayscale: #2F2F2F. Windows color (decimal): -11269732 or 10226004. OLE color: 10226004.

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

Color convert

RGB849156-
CMYK0.460.9400.39
HSL270.61º89.09%32.35%-
HSV(B)270.61º94.23%61.18%-
XYZ9.754.4831.8-
YUV48.18188.85153.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 9 (3.91% from 255) = 3.61%
BLUE value IS 156 (61.33% from 255) = 62.65%
R=33.73%
G=3.61%
B=62.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8491560.460.9400.39270.6189.0932.35
Hex5499C2E5E02710f5920
Octal124112345613604741713140
Binary1010100100110011100101110101111001001111000011111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54099C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54099C; }

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

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

<style>
 a { background-color: #54099C; }

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

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

<style>
 span { border-color: #54099C; }

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

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