#54059C

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

Shades of Indigo #54059C

Tints of Indigo #54059C

Color information

#54059C (or 0x54059C) is unknown color: approx Indigo. HEX triplet: 54, 05 and 9C. RGB value is (84,5,156). Sum of RGB (Red+Green+Blue) = 84+5+156=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #54059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54059C is #ABFA63. Grayscale: #2D2D2D. Windows color (decimal): -11270756 or 10224980. OLE color: 10224980.

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

Color convert

RGB845156-
CMYK0.460.9700.39
HSL271.39º93.79%31.57%-
HSV(B)271.39º96.79%61.18%-
XYZ9.714.3931.79-
YUV45.83190.17155.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 5 (2.34% from 255) = 2.04%
BLUE value IS 156 (61.33% from 255) = 63.67%
R=34.29%
G=2.04%
B=63.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8451560.460.9700.39271.3993.7931.57
Hex5459C2E6102710f5e20
Octal12452345614104741713640
Binary101010010110011100101110110000101001111000011111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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