#54096F

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

Shades of Indigo #54096F

Tints of Indigo #54096F

Color information

#54096F (or 0x54096F) is unknown color: approx Indigo. HEX triplet: 54, 09 and 6F. RGB value is (84,9,111). Sum of RGB (Red+Green+Blue) = 84+9+111=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #54096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54096F is #ABF690. Grayscale: #2A2A2A. Windows color (decimal): -11269777 or 7276884. OLE color: 7276884.

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

Color convert

RGB849111-
CMYK0.240.9200.56
HSL284.12º85%23.53%-
HSV(B)284.12º91.89%43.53%-
XYZ6.623.2315.31-
YUV43.05166.35157.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.18%
GREEN value IS 9 (3.91% from 255) = 4.41%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=41.18%
G=4.41%
B=54.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8491110.240.9200.56284.128523.53
Hex5496F185C03811c5518
Octal124111573013407043412530
Binary1010100100111011111100010111000111000100011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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