#54046B

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

Shades of Indigo #54046B

Tints of Indigo #54046B

Color information

#54046B (or 0x54046B) is unknown color: approx Indigo. HEX triplet: 54, 04 and 6B. RGB value is (84,4,107). Sum of RGB (Red+Green+Blue) = 84+4+107=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #54046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54046B is #ABFB94. Grayscale: #272727. Windows color (decimal): -11271061 or 7013460. OLE color: 7013460.

HSL color Cylindrical-coordinate representation of color #54046B: hue angle of 286.6º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54046B is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB844107-
CMYK0.210.9600.58
HSL286.6º92.79%21.76%-
HSV(B)286.6º96.26%41.96%-
XYZ6.353.0314.16-
YUV39.66166159.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 107 (42.19% from 255) = 54.87%
R=43.08%
G=2.05%
B=54.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8441070.210.9600.58286.692.7921.76
Hex5446B156003A11f5d16
Octal12441532514007243713526
Binary101010010011010111010111000000111010100011111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54046B; }

 p { color: rgb(84,4,107); }

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

<style>
 a { background-color: #54046B; }

 a { background-color: rgb(84,4,107); }

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

<style>
 span { border-color: #54046B; }

 span { border-color: rgb(84,4,107); }

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