#54016F

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

Shades of Indigo #54016F

Tints of Indigo #54016F

Color information

#54016F (or 0x54016F) is unknown color: approx Indigo. HEX triplet: 54, 01 and 6F. RGB value is (84,1,111). Sum of RGB (Red+Green+Blue) = 84+1+111=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #54016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54016F is #ABFE90. Grayscale: #262626. Windows color (decimal): -11271825 or 7274836. OLE color: 7274836.

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

Color convert

RGB841111-
CMYK0.240.9900.56
HSL285.27º98.21%21.96%-
HSV(B)285.27º99.1%43.53%-
XYZ6.543.0515.28-
YUV38.36169160.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 111 (43.75% from 255) = 56.63%
R=42.86%
G=0.51%
B=56.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8411110.240.9900.56285.2798.2121.96
Hex5416F186303811d6216
Octal12411573014307043514226
Binary1010100111011111100011000110111000100011101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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