#54016E

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

Shades of Indigo #54016E

Tints of Indigo #54016E

Color information

#54016E (or 0x54016E) is unknown color: approx Indigo. HEX triplet: 54, 01 and 6E. RGB value is (84,1,110). Sum of RGB (Red+Green+Blue) = 84+1+110=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #54016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54016E is #ABFE91. Grayscale: #252525. Windows color (decimal): -11271826 or 7209300. OLE color: 7209300.

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

Color convert

RGB841110-
CMYK0.240.9900.57
HSL285.69º98.2%21.76%-
HSV(B)285.69º99.09%43.14%-
XYZ6.483.0315-
YUV38.24168.5160.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=43.08%
G=0.51%
B=56.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8411100.240.9900.57285.6998.221.76
Hex5416E186303911e6216
Octal12411563014307143614226
Binary1010100111011101100011000110111001100011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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