#54036E

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

Shades of Indigo #54036E

Tints of Indigo #54036E

Color information

#54036E (or 0x54036E) is unknown color: approx Indigo. HEX triplet: 54, 03 and 6E. RGB value is (84,3,110). Sum of RGB (Red+Green+Blue) = 84+3+110=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #54036E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54036E is #ABFC91. Grayscale: #272727. Windows color (decimal): -11271314 or 7209812. OLE color: 7209812.

HSL color Cylindrical-coordinate representation of color #54036E: hue angle of 285.42º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #54036E is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB843110-
CMYK0.240.9700.57
HSL285.42º94.69%22.16%-
HSV(B)285.42º97.27%43.14%-
XYZ6.53.0815-
YUV39.42167.84159.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=42.64%
G=1.52%
B=55.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8431100.240.9700.57285.4294.6922.16
Hex5436E186103911d5f16
Octal12431563014107143513726
Binary10101001111011101100011000010111001100011101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,3,110); }

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

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

 a { background-color: rgb(84,3,110); }

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

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

 span { border-color: rgb(84,3,110); }

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