#54037F

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

Shades of Indigo #54037F

Tints of Indigo #54037F

Color information

#54037F (or 0x54037F) is unknown color: approx Indigo. HEX triplet: 54, 03 and 7F. RGB value is (84,3,127). Sum of RGB (Red+Green+Blue) = 84+3+127=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #54037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54037F is #ABFC80. Grayscale: #282828. Windows color (decimal): -11271297 or 8323924. OLE color: 8323924.

HSL color Cylindrical-coordinate representation of color #54037F: hue angle of 279.19º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54037F is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB843127-
CMYK0.340.9800.50
HSL279.19º95.38%25.49%-
HSV(B)279.19º97.64%49.8%-
XYZ7.523.4820.35-
YUV41.36176.34158.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 127 (50% from 255) = 59.35%
R=39.25%
G=1.40%
B=59.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8431270.340.9800.50279.1995.3825.49
Hex5437F22620321175f19
Octal12431774214206242713731
Binary101010011111111110001011000100110010100010111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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