#54076F

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

Shades of Indigo #54076F

Tints of Indigo #54076F

Color information

#54076F (or 0x54076F) is unknown color: approx Indigo. HEX triplet: 54, 07 and 6F. RGB value is (84,7,111). Sum of RGB (Red+Green+Blue) = 84+7+111=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #54076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54076F is #ABF890. Grayscale: #292929. Windows color (decimal): -11270289 or 7276372. OLE color: 7276372.

HSL color Cylindrical-coordinate representation of color #54076F: hue angle of 284.42º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54076F is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB847111-
CMYK0.240.9400.56
HSL284.42º88.14%23.14%-
HSV(B)284.42º93.69%43.53%-
XYZ6.63.1815.31-
YUV41.88167.01158.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.58%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 111 (43.75% from 255) = 54.95%
R=41.58%
G=3.47%
B=54.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8471110.240.9400.56284.4288.1423.14
Hex5476F185E03811c5817
Octal12471573013607043413027
Binary101010011111011111100010111100111000100011100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,7,111); }

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

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

 a { background-color: rgb(84,7,111); }

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

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

 span { border-color: rgb(84,7,111); }

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