#54025E

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

Shades of Indigo #54025E

Tints of Indigo #54025E

Color information

#54025E (or 0x54025E) is unknown color: approx Indigo. HEX triplet: 54, 02 and 5E. RGB value is (84,2,94). Sum of RGB (Red+Green+Blue) = 84+2+94=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #54025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54025E is #ABFDA1. Grayscale: #242424. Windows color (decimal): -11271586 or 6160980. OLE color: 6160980.

HSL color Cylindrical-coordinate representation of color #54025E: hue angle of 293.48º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54025E is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB84294-
CMYK0.110.9800.63
HSL293.48º95.83%18.82%-
HSV(B)293.48º97.87%36.86%-
XYZ5.72.7410.82-
YUV37.01160.17161.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 94 (37.11% from 255) = 52.22%
R=46.67%
G=1.11%
B=52.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal842940.110.9800.63293.4895.8318.82
Hex5425EB6203F1256013
Octal12421361314207744514023
Binary1010100101011110101111000100111111100100101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54025E; }

 p { color: rgb(84,2,94); }

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

<style>
 a { background-color: #54025E; }

 a { background-color: rgb(84,2,94); }

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

<style>
 span { border-color: #54025E; }

 span { border-color: rgb(84,2,94); }

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